5 releases
Uses old Rust 2015
0.2.1 | Mar 10, 2018 |
---|---|
0.2.0 | Mar 9, 2018 |
0.1.2 | Mar 3, 2018 |
0.1.1 | Jan 5, 2018 |
0.1.0 | Jan 3, 2018 |
#1829 in Asynchronous
Used in 6 crates
(4 directly)
15KB
118 lines
ATM Async Utils
A few utilities for implementing and testing futures::Sink
and futures::Stream
related code.
For the TestSink and TestStream, the code structure, api and doc comments are based on the partial-io crate.
lib.rs
:
Utilities for working with futures::Sink
and futures::Stream
.
Dependencies
~1MB
~19K SLoC