Crate quick_protobuf_codec

Source

Structsยง

Codec
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.
Error