Expand description
Build helpers for Camber code generation.
Use this crate from build.rs to compile .proto files and generate the
service glue expected by Camber’s gRPC support.
Structs§
- Builder
- Builder for customizing
.protocompilation.
Functions§
- compile_
protos - Compile
.protofiles and generate async service traits. - configure
- Return a builder for customizing proto compilation.