Registry / other / exonum-derive

exonum-derive

JSON →
library1.0.0rscratesunverified

Procedural macros for the Exonum framework.

# Cargo.toml [dependencies] exonum-derive = "1.0.0"
INSTALL
IMPORT
SIG · EXONUM-DERIVE
E
exonum-derive
otherrustv1.0.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.

BinaryValue
use exonum_derive::BinaryValue;

Derives the BinaryValue trait for a struct.

use exonum_derive::BinaryValue; #[derive(BinaryValue)] struct MyStruct { value: u32, } fn main() { let s = MyStruct { value: 42 }; println!("Derived BinaryValue"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Meta
2
Resources