[−][src]Crate ntex_codec
Utilities for encoding and decoding frames.
Contains adapters to go from streams of bytes, AsyncRead and
AsyncWrite, to framed streams implementing [Sink] and [Stream].
Framed streams are also known as [transports].
Structs
| BytesCodec | Bytes codec. |
| Framed | A unified |
| FramedParts |
|
Traits
| AsyncRead | Reads bytes from a source. |
| AsyncWrite | Writes bytes asynchronously. |
| Decoder | Decoding of frames via buffers. |
| Encoder | Trait of helper objects to write out messages as bytes, for use with
|