dtolnay / itoa

Fast function for printing integer primitives to a decimal string
Apache License 2.0
306 stars 37 forks source link

Add tests for `Buffer::{clone, default}` #43

Closed ChrisAntaki closed 6 months ago

ChrisAntaki commented 6 months ago

This PR adds tests for two Buffer fns

ChrisAntaki commented 6 months ago

Makes sense, thanks for taking a look!