moonpool-sim 0.6.0

Simulation engine for the moonpool framework
Documentation
1
2
3
4
5
6
7
8
9
//! Simulated networking implementation.

mod provider;
mod stream;
mod types;

pub use provider::SimNetworkProvider;
pub use stream::{SimTcpListener, SimTcpStream};
pub use types::{ConnectionId, ListenerId};