mio
Metal I/O library for Rust.
About this project
Mio – Metal I/O Mio is a fast, low-level I/O library for Rust focusing on non-blocking APIs and event notification for building high performance I/O apps with as little overhead as possible over the OS abstractions. API documentation v1 v0.8 This is a low level library, if you are looking for something easier to get started with, see Tokio. Usage To use mio, first add this to your Cargo.toml: Next we can start using Mio. The following is a quick introduction using TcpListener and TcpStream. Note that features = ["os-poll", "net"] must be specified for this example. Features Non-blocking TCP, UDP, UDS I/O event queue backed by epoll, kqueue, and IOCP …
Technologies
Project health
GitHub
Reviews
Built by
Maintain tokio-rs/mio? Claiming verifies admin access through your GitHub account and gives you control of this listing.