Crate serde_protobuf[−][src]
Expand description
Support for Google protocol buffers in combination with serde.
The crate is split up into several logical parts.
- The
descriptormodule provides an API for managing dynamically loaded protocol buffer schemata. - The
valuemodule provides structs that can hold any raw protocol buffer decoded data (but the representation is heavily coupled with a schema). - The
demodule can be used to deserialize binary encoded protocol buffer messages given some schema descriptors.
Serialization is not yet implemented in this version.
Re-exports
pub use crate::error::Error;Modules
Deserialization of binary protocol buffer encoded data.
Dynamic descriptors for protocol buffer schemata.
Common error types for this crate.
Types for representing runtime Protobuf values.