grpc-compiler 0.6.0

gRPC compiler for rust-grpc
Documentation
1
2
3
4
5
6
7
8
9
10
# grpc compiler

Stub generator for grpc.

Library and `protoc-gen-rust-grpc` plugin for `protoc`.

Can be installed with command `cargo install grpc-compiler`.

Alternatively, [protoc-grpc-rust](https://github.com/stepancheg/grpc-rust/tree/master/protoc-rust-grpc)
crate can be used to invoke codegen programmatically, which only requires `protoc` command in `$PATH`.