Crate re_protos_builder

source ·
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 from protobuf definitions. We rely on tonic_build to do the heavy lifting. tonic_build relies on prost which itself relies on protoc.