mock-io 0.3.2

A crate with mock IO stream and listener implementations
Documentation
1
2
3
//! Mock IO stream and listener in async context
pub use crate::mock_listener::futures::*;
pub use crate::mock_stream::futures::*;