$ pbjson
v0.9.0MAJOR UPDATEUtilities for pbjson conversion
Latest Update Summary
Crate
Name: pbjson New version: 0.9.0 Release date: 2025-12-09T12:05:30.794742Z
Crate readme
Short description Pbjson is a set of crates to automatically generate serde Serialize and Deserialize implementations for auto-generated prost types.
Long description Pbjson provides a suite of crates that facilitate the automatic generation of Serialize and Deserialize implementations from prost types, enhancing the usability of these types in Rust through seamless serialization and deserialization support.
Features
Code Examples
Links • https://serde.rs/ • https://docs.rs/serde/1.0.130/serde/trait.Serialize.html • https://docs.rs/serde/1.0.130/serde/trait.Deserialize.html • https://docs.rs/pbjson-build
Release info
Release version: N/A
Release description N/A
Code Examples N/A
Minor update: 0.8.0 → 0.9.0
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add pbjsonOr add to Cargo.toml: pbjson = "0.9.0"