Registry / serialization / prost-helper

prost-helper

JSON →
library0.8.3rscratesunverified

A set of helper functions to make working with prost generated code easier.

# Cargo.toml [dependencies] prost-helper = "0.8.3"
INSTALL
IMPORT
SIG · PROST-HELPER
P
prost-helper
serializationrustv0.8.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.

MessageHelper
use prost_helper::MessageHelper;

Demonstrates encoding a protobuf message using prost-helper.

use prost_helper::MessageHelper; fn main() { // Example usage with a protobuf message let msg = my_proto::MyMessage::default(); let bytes = msg.encode_to_vec(); println!("Encoded {} bytes", bytes.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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