Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 512 Bytes

io-utils

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}