tokio-netem 0.1.0
tokio-netem — pragmatic I/O adapters for chaos & network emulation
Small, composable Tokio adapters that let you shape and sabotage I/O for tests, demos, and staging: latency,
throttling, slicing, terminations, forced shutdowns, data injections and data corruption without touching your application
code.
Works with anything that implements AsyncRead/AsyncWrite: TcpStream, TLS, pipes, DuplexStream, etc.