Registry / serialization / exonum-proto

exonum-proto

JSON →
library1.0.0rscratesunverified

Helper traits and macros for serialization structs in protobuf.

# Cargo.toml [dependencies] exonum-proto = "1.0.0"
INSTALL
IMPORT
SIG · EXONUM-PROTO
E
exonum-proto
serializationrustv1.0.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.

ProtobufConvert
✓ use exonum_proto::ProtobufConvert;

Demonstrates importing the primary trait from exonum-proto

use exonum_proto::ProtobufConvert; fn main() { // ProtobufConvert is implemented for types that can be converted to/from protobuf println!("ProtobufConvert trait available"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
exonum-proto — cargo add exonum-proto · libregistry