mock-io 0.3.2

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