itoa
itoa copied to clipboard
Make Rust's `write!` faster
This crate should not be necessary. It should be possible to optimize write!(&mut buf, "{}", value) to do what this crate does.
Four and a half years on, has there been any discussion of this among the relevant team (libs, presumably)?.
Could this crate be included as a dependency of std, in the same way that hashbrown & others are?