Skip to main content

Crate camber_build

Crate camber_build 

Source
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 .proto compilation.

Functions§

compile_protos
Compile .proto files and generate async service traits.
configure
Return a builder for customizing proto compilation.