Module framing

Module framing 

Source

Structs§

Framed
An iterator of framed messages over a generic buffer.
LengthDelimitedFramer
Frames incoming data by splitting data based on a fixed-size length delimiter.
NestedFramer
A nested framer that extracts inner frames from outer frames.
NewlineFramer
Frames incoming data by splitting on newlines.

Enums§

FramingError
Framing error.

Traits§

Framer
A trait for reading framed messages from a buffer.
FramerExt
Extension trait for ergonomically working with framers and buffers.