dtolnay / itoa

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

Support no_std #14

Closed glandium closed 6 years ago

glandium commented 6 years ago

Fixes #3.

glandium commented 6 years ago

It's rather unconventional to support both std::fmt::Write and std::io::Write at the same time. How would you go about it?

glandium commented 6 years ago

Oh, I see issue #5.

dtolnay commented 6 years ago

I released 0.4.0 with this change.