Module codec

Source
Expand description

Codec implementation for encoding/decoding TCP Packets in terms of tokio-io

Structs§

Codec
implements tokio-io’s Decoder and Encoder to deal with Packet

Enums§

DecodeError
Error that can happen when decoding Packet from bytes
EncodeError
Error that can happen when encoding Packet to bytes