Expand description
Crate for all kernel procedural macros.
Macros§
- Concatenate two identifiers.
- Declares a kernel module.
- Paste identifiers together.
Attribute Macros§
- Export a function so that C code can call it via a header file.
- Registers a KUnit test suite and its test cases using a user-space like syntax.
- Declares or implements a vtable trait.