This crate implements networking wrappers for measuring the amount of used communcation, efficiently sending/receiving large messages over slow networks, and using a single stream across multiple threads.
For more information, see the documentation which can be built via:
cargo doc --open
Additionally, a few example programs are located in examples/
and can be run via:
cargo run --example {NAME OF EXAMPLE} -- {EXAMPLE ARGUMENTS}