protobuf-codegen 3.7.2

Code generator for rust-protobuf. Includes a library to invoke programmatically (e. g. from `build.rs`) and `protoc-gen-rs` binary.
Documentation
1
2
3
fn main() {
    protobuf_codegen::protoc_gen_rs::protoc_gen_rust_main();
}