dtolnay / itoa

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

write directly to provided u8 slice #40

Closed stevedw closed 1 year ago

stevedw commented 1 year ago

Is it possible to provide a function to write the output directly into a provided u8 slice?

dtolnay commented 1 year ago

I would prefer not to build this into this crate. But it would be reasonable for someone else to maintain a more fully featured fork.