//! AndaX, an embedded scripting system powered by Rhai.
//!
//! To start running a script, use `run()`.
// Since Rhai relies on implicit lifetimes a lot, we are not going to deny rust_2018_idioms.
pub use RPMSpec;
pub use ;
pub use ;
/// The usual Error type returned by the Rhai engine.
/// Alias for `Box<EvalAltResult>`.
pub type RhaiErr = ;