An open API service indexing awesome lists of open source software.

https://github.com/influxdata/pbjson

Auto-generate serde implementations for prost types
https://github.com/influxdata/pbjson

Last synced: 22 days ago
JSON representation

Auto-generate serde implementations for prost types

Awesome Lists containing this project

README

        

# 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