#future #sink #stream #testing #docs #comments #async

atm-async-utils

Utilities for implementing and testing futures::Sink and futures::Stream related code

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

#1654 in Asynchronous


Used in 6 crates (4 directly)

AGPL-3.0

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