#reader #non-blocking #stderr #o-nonblock

nonblock

Read available data from file descriptors without blocking (e.g. sockets, streams, child stdout, named pipes)

2 unstable releases

0.2.0 Jun 26, 2022
0.1.0 Apr 25, 2016

#593 in Asynchronous

Download history 1081/week @ 2024-12-08 1278/week @ 2024-12-15 445/week @ 2024-12-22 459/week @ 2024-12-29 1548/week @ 2025-01-05 1909/week @ 2025-01-12 1750/week @ 2025-01-19 1614/week @ 2025-01-26 1437/week @ 2025-02-02 1834/week @ 2025-02-09 1658/week @ 2025-02-16 2258/week @ 2025-02-23 2104/week @ 2025-03-02 2560/week @ 2025-03-09 2157/week @ 2025-03-16 2065/week @ 2025-03-23

8,994 downloads per month
Used in 5 crates

MIT license

11KB
104 lines

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

Dependencies

~44KB