Skip to main content

Module codec

Module codec 

Source

Structs§

PassthroughCodec
A codec that does nothing. Useful for in-process communication where serialization is not needed. Attempts to encode/decode will return an error.
TextCodec
A codec for plain text (UTF-8). Maps String <-> Vec<u8>.

Enums§

CodecError

Traits§

Codec
CodecName