2 unstable releases
0.2.0 | Jun 26, 2022 |
---|---|
0.1.0 | Apr 25, 2016 |
#593 in Asynchronous
8,994 downloads per month
Used in 5 crates
11KB
104 lines
nonblock-rs
Read available data from file descriptors without blocking
Examples
See structure-stdio.rs for an example usage.
Build & Test
This project is built and tested with cargo:
cargo build
cargo test
cargo doc --no-deps
Pro-tip: before building docs, clone existing docs to track changes
git clone -b gh-pages git@github.com:anowell/nonblock-rs.git target/doc
Dependencies
~44KB