Crate cmajor

Source
Expand description

Rust bindings for the Cmajor JIT engine.

Re-exports§

pub use serde_json as json;

Modules§

diagnostic
Diagnostic messages from the compiler and engine.
endpoint
Endpoints for passing data between a program and its host.
engine
The Cmajor engine for compiling programs.
performer
The Cmajor performer for running programs.
value
Support for Cmajor values.

Structs§

Cmajor
The Cmajor library.
Program
A Cmajor program.

Enums§

LibraryError
An error that can occur when loading the Cmajor library.
ParseError
An error that can occur when parsing a Cmajor program.