mock-io 0.3.2

A crate with mock IO stream and listener implementations
Documentation
1
2
3
4
5
6
#[cfg(feature = "async-futures")]
pub mod futures;
#[cfg(feature = "sync")]
pub mod sync;
#[cfg(feature = "async-tokio")]
pub mod tokio;