API to generate Rust gRPC code via protoc, without needing protoc-gen-rust-grpc.
# Cargo.toml
[dependencies]
protoc-rust-grpc = "0.8.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate Rust gRPC code from a .proto file.
Install protobuf compiler (e.g., `apt install protobuf-compiler`).
No dependency data recorded yet.