andax 0.1.2

Andaman scripting runtime
Documentation
1
2
3
4
5
6
7
8
mod error;
mod fns;
mod run;

pub use fns::rpm::RPMSpec;
pub use rhai::Map;
pub use run::errhdl;
pub use run::run;