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.
Functionsยง
- generate_
rust_ code - Generate rust from protobuf definitions. We rely on
tonic_buildto do the heavy lifting.tonic_buildrelies onprostwhich itself relies onprotoc.