Expand description
Tools to encode and decode protobuf messages.
Structs§
- An encoder for a single message of type
T
, using the messaging encodingE
. - An iterator over message fields.
- A reader for a payload field.
- Type used to compute the size of field values.
- Type used to write field values.
- Reader for an message.
- A type to compute the size of a message.
- A writer for a message.
- Reader for packed fields.
- A type to help compute the size of a packed field.
- A writer for a packed field.
- A sizer for computing the size of a sequence of fields.
- A writer for writing a sequence of fields.
Enums§
- The protobuf wire type.
Functions§
- Decodes a protobuf message into
message
using encodingT
.