Crate axplat_macros

Source
Expand description

§axplat-macros

Crates.io Docs.rs CI

Procedural macros for the axplat crate.

DO NOT use this crate directly, use the axplat crate instead.

Attribute Macros§

main
Marks a function to be called on the primary core after the platform initialization.
secondary_main
Marks a function to be called on the secondary cores after the platform initialization.