Crate macros

Source
Expand description

Crate for all kernel procedural macros.

Macros§

concat_idents
Concatenate two identifiers.
module
Declares a kernel module.
paste
Paste identifiers together.

Attribute Macros§

export
Export a function so that C code can call it via a header file.
kunit_tests
Registers a KUnit test suite and its test cases using a user-space like syntax.
vtable
Declares or implements a vtable trait.