Crate stream_framer
source ·Expand description
Handles framing/deframing of stream links
Structs
Success result of
Format::deframe
.Reads deframed packets from a deframer.
Writes framed bytes into the deframer.
Reads framed bytes out of the framer.
Writes frames into the framer.
Enums
Bytes ready by a DeframerReader.
Traits
Describes a framing format.
Functions
Construct a new deframer, with an optional timeout for reads (such that bytes can be skipped).
Construct a new framer for some format.