[][src]Crate heim_derive

Proc-macros for heim crates.

Do not use directly.

Attribute Macros

bench

Defines the async benchmark function.

main

Defines the async main function.

os_ext_for

Augument OS-specific trait with boilerplate-generation.

skip_ci

Used for #[heim_derive::test]-annotated functions

test

Defines the async test function.

Derive Macros

Getter

Generates getters for all struct fields.

ImplWrap

Augument wrapper around OS-specific implementation struct with conversion traits.