Skip to main content

Module macro_utils

Module macro_utils 

Source
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§

LibraryLinkFunction
LibraryLinkFunction is a type alias for ExportEntry. Lives at this path because the proc-macro emits macro_utils::LibraryLinkFunction::{Native,Wstp,Wxf}{...} for inventory submission. Inventory entry for one #[export]-marked function.