Crate quick_protobuf_codec
source ·Structs§
Codec
implementsEncoder
andDecoder
, usesunsigned_varint
to prefix messages with their length and usesquick_protobuf
and a providedstruct
implementingMessageRead
andMessageWrite
to 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.