1 unstable release

0.2.3 Feb 1, 2022

#317 in #protobuf

Download history 13/week @ 2024-01-08 4/week @ 2024-01-15 6/week @ 2024-02-05 6/week @ 2024-02-12 13/week @ 2024-02-19 36/week @ 2024-02-26 28/week @ 2024-03-04 19/week @ 2024-03-11 17/week @ 2024-03-18

100 downloads per month
Used in 2 crates

MIT license

6KB
94 lines

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 is a set of crates to automatically generate serde::Serialize and serde::Deserialize implementations for prost generated structs that are compliant with the protobuf JSON mapping

See pbjson-build for usage instructions

Dependencies

~4.5MB
~93K SLoC