Crate iobuffer

Source
Expand description

IoBuffer library

Copyright 2020 Metaswitch Networks

Memory-based buffer which implements Write and Read traits.

Structsยง

IoBuffer
Simple object which implements both std::io::Write and std::io::Read. Uses an internal buffer. Thread-safe and cloneable.