Module framed_data

Source
Expand description

Framed data, for streaming large blobs.

Structs§

FramedData
Nix “framed data” stored in memory.

Functions§

stream
Stream framed data from a std::io::Read to a std::io::Write.