Crate quick_protobuf_codec
source ·Structs
CodecimplementsEncoderandDecoder, usesunsigned_varintto prefix messages with their length and usesquick_protobufand a providedstructimplementingMessageReadandMessageWriteto do the encoding.
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.