Skip to content

ryanleh/io-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A set of utilities for networking in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages