Registry / other / zenoh-macros

zenoh-macros

JSON →
library1.9.0rscratesunverified

Internal crate for zenoh providing procedural macros.

# Cargo.toml [dependencies] zenoh-macros = "1.9.0"
INSTALL
IMPORT
SIG · ZENOH-MACROS
Z
zenoh-macros
otherrustv1.9.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.

ZenohType
use zenoh_macros::ZenohType;

Derive ZenohType for a custom struct.

use zenoh_macros::ZenohType; #[derive(ZenohType)] struct MyData { value: i32, } fn main() { let data = MyData { value: 42 }; println!("Data: {:?}", data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
Amazon
1
Resources
zenoh-macros — cargo add zenoh-macros · libregistry