[][src]Module protobuf_codec::wire

Encoders and decoders and related components for values used in the binary wire format.

Since this a low-level module, developers usually do not use it directly.

Structs

LengthDelimitedDecoder

Decoder for Length-delimited values.

LengthDelimitedEncoder

Encoder for Length-delimited values.

Tag

Field tag.

TagDecoder

Decoder for tags.

TagEncoder

Encoder for tags.

VarintDecoder

Decoder for Varint values.

VarintEncoder

Encoder for Varint values.

Enums

WireType

Wire type.