protobuf-codegen 2.28.0

Code generator for rust-protobuf. Includes a library and `protoc-gen-rust` binary. See `protoc-rust` and `protobuf-codegen-pure` crates.
Documentation
1
2
3
4
5
extern crate protobuf_codegen;

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