Queen-io is a I/O library for Rust.
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] queen-io = "0.4"
Then, add this to your crate root:
rust extern crate queen_io;