Crate protoc_grpcio

Source
Expand description

An API for programmatically invoking the grpcio gRPC compiler in the same vein as the rust-protoc-grpc crate from Stepan Koltsov.

Functions§

compile_grpc_protos
Compiles a list a gRPC definitions to rust modules.

Type Aliases§

CompileError
Custom error type used throughout this crate.
CompileResult
Custom result type used throughout this crate.