Mio Versions Save

Metal I/O library for Rust.

v0.8.0

2 years ago

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.

v0.7.0

4 years ago

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.

v0.6.21

4 years ago

A maintenance release fixing cargo conflicts with other crates.

Fixed

  • remove = dependency on cfg-if.