queen-io 0.4.3

I/O library for Rust
Documentation

queen-io

Queen-io is a I/O library for Rust, it originated in carllerche/mio. Unlike mio, queen-io only supports Linux because it use eventfd instead of pipe which reduces the creation of a file descriptor and is easier to create user-defined events.

crates.io Build Status MIT licensed

Document

Usage

Add this to your Cargo.toml:

[dependencies]
queen-io = "0.2"

Then, add this to your crate root:

extern crate queen_io;