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
There are currently quite a few unchecked conversions in net2. These can be replace with Into and TryInto checked conversions.
Into
TryInto
@alexcrichton would you be open to such a change? It may require some API changes (though maybe not, if conversion errors are mapped to io::Error).
io::Error
The text was updated successfully, but these errors were encountered:
Sorry, I do not maintain this crate any more.
Sorry, something went wrong.
Is socket2 the suggested successor of this crate? Are you still maintaining socket2?
No branches or pull requests
There are currently quite a few unchecked conversions in net2. These can be replace with
Into
andTryInto
checked conversions.@alexcrichton would you be open to such a change? It may require some API changes (though maybe not, if conversion errors are mapped to
io::Error
).The text was updated successfully, but these errors were encountered: