Registry / serialization / ex3-payload-derive

ex3-payload-derive

JSON →
library0.15.0rscratesunverified

EX3 Payload Derive provides derive macros for payload types in the EX3 node.

# Cargo.toml [dependencies] ex3-payload-derive = "0.15.0"
INSTALL
IMPORT
SIG · EX3-PAYLOAD-DERIVE
E
ex3-payload-derive
serializationrustv0.15.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.

Payload
use ex3_payload_derive::Payload;

Derive the Payload trait for a custom struct.

use ex3_payload_derive::Payload; #[derive(Payload)] struct MyPayload { data: Vec<u8>, }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ex3-payload-derive — cargo add ex3-payload-derive · libregistry