pbjson-types 0.9.0

Protobuf well known types with serde serialization support
Documentation
1
2
3
4
5
# Pbjson

Pbjson is a set of crates to automatically generate [serde](https://serde.rs/) [Serialize](https://docs.rs/serde/1.0.130/serde/trait.Serialize.html) and [Deserialize](https://docs.rs/serde/1.0.130/serde/trait.Deserialize.html) implementations for auto-generated prost types.

See [pbjson-build](https://docs.rs/pbjson-build) for usage instructions