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
- Host: GitHub
- URL: https://github.com/influxdata/pbjson
- Owner: influxdata
- License: mit
- Created: 2021-09-28T14:35:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T13:56:24.000Z (11 months ago)
- Last Synced: 2025-05-16T13:07:48.563Z (22 days ago)
- Language: Rust
- Homepage:
- Size: 225 KB
- Stars: 95
- Watchers: 11
- Forks: 47
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
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