//! AndaX, an embedded scripting system powered by Rhai.
//!
//! To start running a script, use `run()`.
pub use RPMSpec;
pub use Map;
pub use errhdl;
pub use run;
/// The usual Error type returned by the Rhai engine.
/// Alias for `Box<EvalAltResult>`.
pub type RhaiErr = ;