grpcio-compiler 0.13.0

gRPC compiler for grpcio
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2021 TiKV Project Authors. Licensed under Apache-2.0.

extern crate grpcio_compiler;

use grpcio_compiler::prost_codegen;

fn main() {
    prost_codegen::protoc_gen_grpc_rust_main();
}