nonblock

Crates.iononblock
lib.rsnonblock
version0.2.0
sourcesrc
created_at2016-04-25 05:28:18.584403
updated_at2022-06-26 21:59:18.486223
descriptionRead available data from file descriptors without blocking (e.g. sockets, streams, child stdout, named pipes)
homepage
repositoryhttps://github.com/anowell/nonblock-rs
max_upload_size
id4847
size19,150
Anthony Nowell (anowell)

documentation

http://anowell.github.io/nonblock-rs/nonblock/

README

nonblock-rs

Read available data from file descriptors without blocking

Documentation

Crates.io Build Status

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
Commit count: 19

cargo fmt