Registry / serialization / pbjson-types

pbjson-types

JSON →
library0.9.0rscratesunverified

Protobuf well known types with serde serialization support.

# Cargo.toml [dependencies] pbjson-types = "0.9.0"
INSTALL
IMPORT
SIG · PBJSON-TYPES
P
pbjson-types
serializationrustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Timestamp
use pbjson_types::Timestamp;

Creates a default protobuf Timestamp with serde support.

use pbjson_types::Timestamp; fn main() { let ts = Timestamp::default(); println!("Timestamp: {:?}", ts); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pbjson-types — cargo add pbjson-types · libregistry