Module protobuf::wire_format[][src]

Expand description

Constants used in serializations.

Re-exports

pub use self::WireType::*;

Structs

Parsed field tag (a pair of field number and wire type)

Enums

All supported “wire types” are listed in this enum.

Constants

Max possible field number

Tag occupies three bits.

Apply this mask to varint value to obtain a tag.