nrc-protobuf-codegen 2.8.0

Code generator for rust-protobuf. Includes a library and `protoc-gen-rust` binary. See `protoc-rust` and `protobuf-codegen-pure` crates. A minor fork of https://github.com/stepancheg/rust-protobuf/
Documentation
1
2
3
4
5
extern crate nrc_protobuf_codegen as protobuf_codegen;

fn main() {
    protobuf_codegen::protoc_gen_rust_main();
}