Expand description
Field-level protobuf reader: iterates the fields of a message,
yielding borrowed Field views. No allocation; the reader holds a
&[u8] and a cursor.
Structs§
- Field
- A single decoded field: its number plus value.
- Message
Reader - Iterates the top-level fields of a protobuf message.
Enums§
- Field
Value - A decoded field value (borrowed for length-delimited payloads).
- Wire
Error - Wire-format decode errors.