Skip to main content

Module frame

Module frame 

Available on crate feature io only.
Expand description

Traits and implementations for frame extraction and enclosing

Structs§

AnyDelimited
A generic delimiter that uses any sequence of bytes as a delimiter.
CharDelimited
A generic delimiter that uses a single character encoded as UTF-8.
Frame
An extracted frame
LengthDelimited
A simple extractor that frames data by its length.
NoopFramer
A framer that does nothing.

Traits§

Framer
Enclosing and extracting frames in a buffer.

Type Aliases§

LineDelimited
Delimiter that uses newline characters (\n) as delimiters.