$ pbjson-build
v0.9.0MAJOR UPDATEGenerates Serialize and Deserialize implementations for prost message types
Latest Update Summary
Crate
Name: pbjson-build New version: 0.9.0 Release date: 2025-12-09T13:12:59.737143Z
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 mechanism to generate serialization and deserialization implementations using serde for types that are generated automatically by prost. The primary usage is found in the pbjson-build crate.
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 pbjson-buildOr add to Cargo.toml: pbjson-build = "0.9.0"