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§
- Decode
Error - Error that can happen when decoding
Packet
from bytes - Encode
Error - Error that can happen when encoding
Packet
to bytes