8 releases (5 breaking)
| 0.8.2 | May 12, 2021 |
|---|---|
| 0.8.1 | Feb 3, 2019 |
| 0.7.0 | Oct 6, 2017 |
| 0.6.0 | Jul 23, 2017 |
| 0.3.0 | Sep 3, 2016 |
#2998 in Encoding
1,082 downloads per month
Used in 3 crates
115KB
1.5K
SLoC
serde-protobuf

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.
Dependencies
~2.5MB
~55K SLoC