wolfram-export 0.6.0-alpha.6

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
//! Runtime support for `#[export(wxf)]`-marked typed-args functions.
//!
//! Wire format: one ByteArray in, one ByteArray out. The user's typed
//! parameters are WXF-encoded as a `List[args…]` payload that the bridge
//! deserializes through `FromWolfram`; the return value is WXF-encoded back
//! via `ToWolfram`.

pub mod macro_utils;