Crates.io | atm-async-utils |
lib.rs | atm-async-utils |
version | 0.2.1 |
source | src |
created_at | 2018-01-03 19:08:22.493445 |
updated_at | 2018-03-10 15:22:40.205802 |
description | Utilities for implementing and testing futures::Sink and futures::Stream related code. |
homepage | |
repository | https://github.com/AljoschaMeyer/atm-async-utils |
max_upload_size | |
id | 45412 |
size | 40,860 |
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.