Crate ntex_codec

Source
Expand description

Utilities for encoding and decoding frames.

Structs§

BytesCodec
Bytes codec.

Traits§

Decoder
Decoding of frames via buffers.
Encoder
Trait of helper objects to write out messages as bytes.