[][src]Crate wll

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 Definitions

Result

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

Attribute Macros

export

Export function for Wolfram LibraryLink.

setup

Mark the function as the initialization function for Wolfram LibraryLink.

teardown

Mark the function as the uninitialization function for Wolfram LibraryLink.