Structs§
- Field
Header - A decoded field header: the field ID and its wire type.
Enums§
- Field
Wire Type - Field wire types within a block body.
Functions§
- decode_
bytes_ value - Read a length-prefixed byte payload from the body.
- decode_
field_ header - Decode a field header (field_id + wire_type) from the body.
- decode_
varint_ value - Read a varint payload value from the body.
- encode_
bytes_ field - Encode a bytes field (wire type 1).
- encode_
nested_ field - Encode a nested field (wire type 2).
- encode_
varint_ field - Encode a varint field (wire type 0).
- skip_
field - Skip a field’s payload based on its wire type.