1 unstable release
Uses old Rust 2015
0.1.0 | Nov 12, 2016 |
---|
#14 in #unix-file
585KB
Contains (WOFF font, 120KB) docs/Heuristica-Italic.woff, (WOFF font, 90KB) docs/FiraSans-Medium.woff, (WOFF font, 92KB) docs/FiraSans-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Semibold.woff, (WOFF font, 49KB) docs/SourceSerifPro-Bold.woff and 1 more.
afio
This crate is 2 functions that wrap the fnctl function from C to modify File Descriptors to be non-blocking. It also offers bindings to mio EventedFd to make construction easier.
To use this crate, well don't be on Windows. OSX/MacOS, Linux, FreeBSD, OpenBSD, etc. are supported. Add the below to your Cargo.toml
to use this crate.
[dependencies]
afio = "0.1"
lib.rs
:
Make File Descriptors Nonblocking
Creates a simple interface around fcntl to set file descriptors as non
blocking. This crate will work on all unix
systems as classified by
Rust.