Crate andax

source ·
Expand description

AndaX, an embedded scripting system powered by Rhai.

To start running a script, use run().

Structs§

Functions§

  • Handles an exception thrown while executing an AndaX script.
  • Executes an AndaX script.

Type Aliases§

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