mock-io 0.3.2

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