Simplify API by introducing the Dynamic and Array type aliases.
This commit is contained in:
@@ -45,7 +45,7 @@ mod engine;
|
||||
mod fn_register;
|
||||
mod parser;
|
||||
|
||||
pub use any::Any;
|
||||
pub use engine::{Engine, EvalAltResult, Scope};
|
||||
pub use any::Dynamic;
|
||||
pub use engine::{Array, Engine, EvalAltResult, Scope};
|
||||
pub use fn_register::{RegisterBoxFn, RegisterFn};
|
||||
pub use parser::{ParseError, ParseErrorType, AST};
|
||||
|
Reference in New Issue
Block a user