wolfram-export 0.6.0-alpha.3

Unified #[export] runtime for Wolfram LibraryLink: native MArgument, WSTP Link, and typed WXF ByteArray modes — pick the modes you need via feature flags.
Documentation
1
2
3
4
5
6
7
8
9
//! Runtime support for `#[export]`-marked native (MArgument-based) LibraryLink
//! functions.
//!
//! Most of the actual work lives in [`wolfram-library-link`][::wolfram_library_link]
//! (the `FromArg` / `IntoArg` / `NativeFunction` trait dispatch over MArgument).
//! This module just re-exports those pieces under the `wolfram_export::native::*`
//! namespace so the proc-macro emits clean paths.

pub mod macro_utils;