Crate wll

Source
Expand description

Wolfram LibraryLink interface for Rust.

§Examples

Examples can found in the examples directory of the source code, or on GitHub.

Modules§

adaptor
Some adaptor interface for Wolfram LibraryLink.

Structs§

Complex
Generic complex number.
Error
The error type for Wolfram LibraryLink.

Enums§

ErrorKind
A list specifying general categories of Wolfram LibraryLink error.

Functions§

is_abort
Checks if the Wolfram Language is in the process of an abort.
message
Issues a message from a library function.

Type Aliases§

Result
A specialized std::result::Result type for wll functions.

Attribute Macros§

exportmacros
Export function for Wolfram LibraryLink.
setupmacros
Mark the function as the initialization function for Wolfram LibraryLink.
teardownmacros
Mark the function as the uninitialization function for Wolfram LibraryLink.