Module quick_protobuf::message

source ·
Expand description

A module to deserialize a Message as defined in a .proto file

Creates the struct and implements a reader

Traits§

  • A trait to provide basic information about a given message
  • A trait to handle deserialization from protocol buffers.
  • A trait to handle deserialization based on parsed Fields