protobuf-codegen 3.1.0

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