Module mesh_protobuf::encoding

source ·
Expand description

Protobuf encodings for Rust types.

Structs§

Traits§

  • A FixedNumber can be converted to a u32 or u64 type for use with fixed64 and fixed32 fields.
  • A trait for converting a value to from u64 for use in varint encodings.
  • A trait for converting a value to a u64 for use in varint encodings.