-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
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
Consider providing "string" to int conversion #336
Comments
Looks like this crate implemented this functionality. Shall this crate just re-export? |
The goal of |
Thanks @carllerche for your response. I see what you are saying... On the other hand, |
Note that not all users of this crate are writing web services. |
Yeah, that's true. The point I was trying to make is to reduce the effort to implement the same functionality. And it looks like that But I don't want to push anything on anybody. Just thought to create a ticket on |
I don't see |
I also don't think there is anything "wrong" with how |
Basically: https://linux.die.net/man/3/atoi
std
already provides such a conversion from&str
but not directly from&[u8]
The text was updated successfully, but these errors were encountered: