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§
Enums§
- Library
Error - An error that can occur when loading the Cmajor library.
- Parse
Error - An error that can occur when parsing a Cmajor program.