Expand description
Framed data, for streaming large blobs.
Structs§
- Framed
Data - Nix “framed data” stored in memory.
Functions§
- stream
- Stream framed data from a
std::io::Readto astd::io::Write.
Framed data, for streaming large blobs.
std::io::Read to a std::io::Write.