Crate monoio_codec

Source

Modules§

length_delimited
Frame a stream of bytes based on a length prefix

Structs§

Framed
FramedRead
FramedWrite

Enums§

Decoded
Decoder may return Decoded to represent a decoded item, or the insufficient length hint, or just the insufficient.

Traits§

AsyncDecoder
AsyncEncoder
Decoder
Encoder
Trait of helper objects to write out messages as bytes, for use with FramedWrite.
NextWithCodec
SinkWithCodec
StreamWithCodec