Crate macros

source ·
Expand description

Crate for all kernel procedural macros.

Macros§

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.