No description, website, or topics provided.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src Import from https://github.com/dflemstr/rq Jul 23, 2017
testdata Import from https://github.com/dflemstr/rq Jul 23, 2017
tests Import from https://github.com/dflemstr/rq Jul 23, 2017
.gitignore Import from https://github.com/dflemstr/rq Jul 23, 2017
Cargo.toml Release v0.7.0 Oct 6, 2017
README.md Update badges Jul 23, 2017
gen-test Import from https://github.com/dflemstr/rq Jul 23, 2017

README.md

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.