Skip to main content

Module wire

Module wire 

Source
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.
MessageReader
Iterates the top-level fields of a protobuf message.

Enums§

FieldValue
A decoded field value (borrowed for length-delimited payloads).
WireError
Wire-format decode errors.