Crate andax

Source
Expand description

AndaX, an embedded scripting system powered by Rhai.

To start running a script, use run().

Re-exports§

pub use rhai;

Structs§

RPMSpec
Update RPM spec files

Functions§

errhdl
Handles an exception thrown while executing an AndaX script.
run
Executes an AndaX script.

Type Aliases§

Map
A dictionary of Dynamic values with string keys.
RhaiErr
The usual Error type returned by the Rhai engine. Alias for Box<EvalAltResult>.