Crates.io | serde-protobuf |
lib.rs | serde-protobuf |
version | 0.8.2 |
source | src |
created_at | 2016-09-03 17:07:22.716092 |
updated_at | 2021-05-12 17:18:14.386323 |
description | Support for Google Protocol Buffers in combination with serde |
homepage | https://github.com/dflemstr/serde-protobuf |
repository | https://github.com/dflemstr/serde-protobuf |
max_upload_size | |
id | 6229 |
size | 1,031,875 |
serde-protobuf
Support for Google protocol buffers in combination with serde
.
The crate is split up into several logical parts.
descriptor
module provides an API for managing dynamically
loaded protocol buffer schemata.value
module provides structs that can hold any raw protocol
buffer decoded data (but the representation is heavily coupled with a schema).de
module can be used to deserialize binary encoded protocol buffer
messages given some schema descriptors.Serialization is not yet implemented in this version.