serde-protobuf

Crates.ioserde-protobuf
lib.rsserde-protobuf
version0.8.2
sourcesrc
created_at2016-09-03 17:07:22.716092
updated_at2021-05-12 17:18:14.386323
descriptionSupport for Google Protocol Buffers in combination with serde
homepagehttps://github.com/dflemstr/serde-protobuf
repositoryhttps://github.com/dflemstr/serde-protobuf
max_upload_size
id6229
size1,031,875
David Flemström (dflemstr)

documentation

https://docs.rs/serde-protobuf

README

serde-protobuf crates.io badge docs.rs badge

Support for Google protocol buffers in combination with serde.

The crate is split up into several logical parts.

  • The descriptor module provides an API for managing dynamically loaded protocol buffer schemata.
  • The value module provides structs that can hold any raw protocol buffer decoded data (but the representation is heavily coupled with a schema).
  • The de module can be used to deserialize binary encoded protocol buffer messages given some schema descriptors.

Serialization is not yet implemented in this version.

Commit count: 29

cargo fmt