Expand description
This crate contains logic for generating remote store gRPC API types as defined in
re_protos proto files. We are currently generating both client and server
definitions in the same file.
Constants§
- FILE_
DESCRIPTOR_ SET_ FILE_ NAME - The encoded
FileDescriptorSetthatre_protosserves through gRPC server reflection.
Functions§
- generate_
rust_ code - Generate rust from protobuf definitions. We rely on
tonic_buildto do the heavy lifting.tonic_buildrelies onprostwhich itself relies onprotoc.