[][src]Module protofish::decode

Protocol buffer binary payload decoding.

The decoding functionality can be accessed by building a decoding context and acquiring a message or message reference. See the example in the crate root.

Structs

EnumValue

Enum value.

FieldValue

Field value.

MessageValue

Message value.

Enums

PackedArray

Packed scalar fields.

UnknownValue

Unknown value.

Value

Decoded protocol buffer value.