Crate bpf_rs_macros

Source
Expand description

§bpf-rs-macros

Collection of proc macros used within bpf-rs and dependant crates.

These macros are ONLY meant to be used within the bpf-rs crate ecosystem and are not meant to be re-usable outside of it.

§License

BSD 2-Clause - Maintained by bpfdeploy.io

Derive Macros§

Display
Derive Display based on the impl StaticName trait
SerializeFromDisplay
Derive Serde’s Serialize trait based on Display