Hey everyone!

Have you ever needed to communicate with the outside world from a rust 
application? Do you need to send data through a network interface, or touch a 
disk? Then you need Iobufs!


An Iobuf is a nifty abstraction over an array of bytes, which makes writing 
things like highly efficient zero-copy speculative network protocol parsers 
easy! Any time I need to do I/O, I reach for an Iobuf to do the heavy lifting.


            https://github.com/cgaebel/iobuf


Enjoy,
  - Clark
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to