Structsยง
- Codec
Codec
implementsEncoder
andDecoder
, usesunsigned_varint
to prefix messages with their length and usesquick_protobuf
and a providedstruct
implementingMessageRead
andMessageWrite
to 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.