$ pbjson-build

v0.9.0MAJOR UPDATE

Generates Serialize and Deserialize implementations for prost message types

Downloads: 18.8M
Recent: 5.4M
Versions: 18
Updated: December 9, 2025

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

Linkshttps://serde.rs/https://docs.rs/serde/1.0.130/serde/trait.Serialize.htmlhttps://docs.rs/serde/1.0.130/serde/trait.Deserialize.htmlhttps://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

15.1M18.8M

$ VERSION HISTORY

v0.9.0December 9, 2025
v0.8.0July 15, 2025

$ LINKS

$ INSTALL

cargo add pbjson-build

Or add to Cargo.toml: pbjson-build = "0.9.0"