7 releases
Uses new Rust 2021
0.3.1 | May 9, 2022 |
---|---|
0.3.0 | Apr 1, 2022 |
0.2.3 | Mar 8, 2022 |
0.2.2 | Jan 13, 2022 |
0.1.0 | Sep 28, 2021 |
#168 in Encoding
8,680 downloads per month
Used in 2 crates
(via ydb-grpc)
38KB
1K
SLoC
Pbjson
Pbjson is a set of crates to automatically generate serde Serialize and Deserialize implementations for auto-generated prost types.
See pbjson-build for usage instructions
lib.rs
:
pbjson-types
provides the google.protobuf
types, commonly known as well-known-types,
with serde::Serialize
and serde::Deserialize
implementations
that are compliant with the protobuf JSON mapping
Note: Coverage of all types is currently incomplete, some may have non-compliant implementations
Dependencies
~1.8–5.5MB
~106K SLoC