This will Mio's last unstable version, the next version will be v1 and introduce a stable API.
The main change in this release is the removal of the TcpSocket type, it's replace by the socket2 crate.
See the change log for more changes.
Unclaimed project
Are you a maintainer of mio? Claim this project to take control of your public changelog and roadmap.
This will Mio's last unstable version, the next version will be v1 and introduce a stable API.
The main change in this release is the removal of the TcpSocket type, it's replace by the socket2 crate.
See the change log for more changes.
Version 0.7 of Mio contains various major changes compared to version 0.6. Overall a large number of API changes have been made to reduce the complexity of the implementation and remove overhead where possible.
See the change log for details.
A maintenance release fixing cargo conflicts with other crates.
= dependency on cfg-if.