You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the socket2 crate moved to a new home: https://github.com/rust-lang/socket2-rs, and it is to become the socket implementation for the std lib. For v0.8 I would like to remove the TcpSocket type and instead let users use the Socket type from the socket2 crate.
I personally not looking forward for the stream of prs adding each and every method socket2::Socket already has, such as #1379 and #1375. Since I also maintain socket2, I don't want to maintain the same code twice.
The text was updated successfully, but these errors were encountered:
Recently the socket2 crate moved to a new home: https://github.com/rust-lang/socket2-rs, and it is to become the socket implementation for the std lib. For v0.8 I would like to remove the
TcpSocket
type and instead let users use theSocket
type from thesocket2
crate.I personally not looking forward for the stream of prs adding each and every method
socket2::Socket
already has, such as #1379 and #1375. Since I also maintain socket2, I don't want to maintain the same code twice.The text was updated successfully, but these errors were encountered: