We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write!
This crate should not be necessary. It should be possible to optimize write!(&mut buf, "{}", value) to do what this crate does.
write!(&mut buf, "{}", value)
The text was updated successfully, but these errors were encountered:
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?
hashbrown
Sorry, something went wrong.
dtolnay
No branches or pull requests
This crate should not be necessary. It should be possible to optimize
write!(&mut buf, "{}", value)
to do what this crate does.The text was updated successfully, but these errors were encountered: