Registry / serialization / prost-reflect

prost-reflect

JSON →
library0.16.4rscratesunverified

A protobuf library extending prost with reflection support and dynamic messages.

# Cargo.toml [dependencies] prost-reflect = "0.16.4"
INSTALL
IMPORT
SIG · PROST-REFLECT
P
prost-reflect
serializationrustv0.16.4
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.

DynamicMessage
✓ use prost_reflect::DynamicMessage;

Creates a dynamic protobuf message.

use prost_reflect::DynamicMessage; fn main() { let msg = DynamicMessage::new("MyMessage"); println!("Dynamic message created"); }
Debug
Known issues
gotchaRequires protobuf compiler (protoc) for code generation.
fix
Install protoc and ensure it's in PATH.
affects: >=0.1.0
Upgrade
Version history
0.16.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
prost-reflect — cargo add prost-reflect · libregistry