Registry / serialization / quick-protobuf

quick-protobuf

JSON →
library0.8.1rscratesunverified

A pure Rust protobuf (de)serializer that is fast and lightweight.

# Cargo.toml [dependencies] quick-protobuf = "0.8.1"
INSTALL
IMPORT
SIG · QUICK-PROTOBUF
Q
quick-protobuf
serializationrustv0.8.1
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.

MessageRead
use quick_protobuf::MessageRead;

Minimal example showing how to use quick-protobuf to read a protobuf message.

use quick_protobuf::MessageRead; fn main() { // Example: reading a protobuf message let bytes = vec![]; let mut reader = quick_protobuf::BytesReader::from_bytes(&bytes); // Assuming a message type MyMessage implements MessageRead // let msg = MyMessage::from_reader(&mut reader, &bytes).unwrap(); println!("Quick protobuf example"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
quick-protobuf — cargo add quick-protobuf · libregistry