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
4
5
6
7
8
pub(crate) mod component;
pub(crate) mod ident;
pub(crate) mod ident_with_path;
pub(crate) mod keywords;
pub(crate) mod path;
pub(crate) mod quote;
pub(crate) mod rel_path;
pub(crate) mod snippets;