`pbjson` is a set of crates to automatically generate [`serde::Serialize`] and
[`serde::Deserialize`] implementations for [prost][1] generated structs that
are compliant with the [protobuf JSON mapping][2]
See [pbjson-build][3] for usage instructions
[1]: https://github.com/tokio-rs/prost
[2]: https://developers.google.com/protocol-buffers/docs/proto3#json
[3]: https://docs.rs/pbjson-build