Registry / serialization / protofish

protofish

JSON →
library0.5.3rscratesunverified

A decoder for arbitrary protocol buffer messages with error recovery.

# Cargo.toml [dependencies] protofish = "0.5.3"
INSTALL
IMPORT
SIG · PROTOFISH
P
protofish
serializationrustv0.5.3
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.

Message
use protofish::decode::Message;

Decoding a protobuf message from bytes.

use protofish::decode::Message; fn main() { let bytes = vec![0x0a, 0x02, 0x48, 0x69]; let msg = Message::decode(&bytes).unwrap(); println!("{:?}", msg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
protofish — cargo add protofish · libregistry