Registry / serialization / prototk-derive

prototk-derive

JSON →
library0.14.0rscratesunverified

Derive macro for prototk::Message.

# Cargo.toml [dependencies] prototk_derive = "0.14.0"
INSTALL
IMPORT
SIG · PROTOTK-DERIVE
P
prototk-derive
serializationrustv0.14.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.

Message
use prototk_derive::Message;

Derives the Message trait for a struct.

use prototk_derive::Message; #[derive(Message)] struct MyMessage { #[prototk(1, uint32)] field: u32, }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
prototk-derive — cargo add prototk-derive · libregistry