Crate protobuf_codegen[−][src]
Expand description
This crate implement protobuf codegen.
This crate:
- provides protoc-gen-rustplugin forprotoccommand
- implement protobuf codegen
This crate is not meant to be used directly, in fact, it does not provide any public API
(except for protoc-gen-rust binary).
Code can be generated with either:
- protoc-gen-rustbinary or
- protoc-rustcrate (codegen which depends on- protocbinary for parsing)
- protobuf-codegen-purecrate