Module blather::codec[][src]

A tokio_util::codec Codec that is used to encode and decode the blather protocol.

Structs

Codec

The Codec (exposed externally as ClntIfCodec) is used to keep track of the state of the inbound and outbound communication.

Enums

Input

Data returned to the application when the Codec’s Decode iterator is called and the decoder has a complete entity to return.