IO Pipe library
Dependency free and thread safe way to create multi writers and single reader pipeline. Best way to use that library is writing bytes in few threads and reading that bytes in another single thread.
How to
docs.rs documentation is here
Install
Use
Single thread usage example:
use ;
Multi thread usage example:
use ;
use spawn;
use pipe;
Contributing
Feel free for creating new PR. Use rustfmt and clippy checks before commiting.