5 releases (3 breaking)
Uses old Rust 2015
0.4.0 | Mar 9, 2018 |
---|---|
0.3.0 | Feb 24, 2018 |
0.2.1 | Feb 10, 2018 |
0.2.0 | Jan 11, 2018 |
0.1.0 | Jan 5, 2018 |
#24 in #read-stream
24 downloads per month
Used in 4 crates
(via packet-stream)
28KB
336 lines
Multi Consumer Stream
Provides a handle to streams, allowing multiple different tasks to read from the same underlying stream.
lib.rs
:
Provides a multi-consumer-stream, that allows to route certain items of a wrapped stream to independent handles.
Dependencies
~380KB