Structsยง
- Codec
CodecimplementsEncoderandDecoder, usesunsigned_varintto prefix messages with their length and usesquick_protobufand a providedstructimplementingMessageReadandMessageWriteto do the encoding.- Error
Codec implements Encoder and Decoder, uses unsigned_varint
to prefix messages with their length and uses quick_protobuf and a provided
struct implementing MessageRead and MessageWrite to do the encoding.