guni7 / io-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

About

License:MIT License


Languages

Language:Rust 100.0%