Crate monoio_codec
source ·Modules
- Frame a stream of bytes based on a length prefix
Structs
Enums
- Decoder may return Decoded to represent a decoded item, or the insufficient length hint, or just the insufficient.
Traits
- Trait of helper objects to write out messages as bytes, for use with
FramedWrite.