Expand description
Macro-runtime helpers. Re-exports of the per-mode macro_utils modules
behind a single wolfram_export::macro_utils::* namespace so the
proc-macro can emit one consistent path regardless of mode.
Re-exports§
pub use crate::native::macro_utils::*;
Enums§
- Library
Link Function LibraryLinkFunctionis a type alias forExportEntry. Lives at this path because the proc-macro emitsmacro_utils::LibraryLinkFunction::{Native,Wstp,Wxf}{...}for inventory submission. Inventory entry for one#[export]-marked function.