| Crates.io | nonblock |
| lib.rs | nonblock |
| version | 0.2.0 |
| created_at | 2016-04-25 05:28:18.584403+00 |
| updated_at | 2022-06-26 21:59:18.486223+00 |
| description | Read available data from file descriptors without blocking (e.g. sockets, streams, child stdout, named pipes) |
| homepage | |
| repository | https://github.com/anowell/nonblock-rs |
| max_upload_size | |
| id | 4847 |
| size | 19,150 |
Read available data from file descriptors without blocking
See structure-stdio.rs for an example usage.
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