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§
Enums§
- Error
Kind - 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.