[go: up one dir, main page]

futures-test 0.3.4

Common utilities for testing components built off futures-rs.
Documentation
1
2
3
4
5
6
7
8
9
//! Additional combinators for testing async IO.

mod limited;

pub mod read;
pub use read::AsyncReadTestExt;

pub mod write;
pub use write::AsyncWriteTestExt;