Add Scope to API. Move todo to github
This commit is contained in:
13
src/lib.rs
13
src/lib.rs
@@ -1,19 +1,8 @@
|
||||
//! Rhai - embedded scripting for Rust
|
||||
|
||||
|
||||
// Todo (in no particular order):
|
||||
// * Doc some examples
|
||||
// * Maintaining state
|
||||
// * Overloading
|
||||
// * How it works
|
||||
// * Vectors
|
||||
// * Tighten parser?
|
||||
// * Errors with positions?
|
||||
|
||||
mod engine;
|
||||
|
||||
mod fn_register;
|
||||
mod parser;
|
||||
|
||||
pub use engine::Engine;
|
||||
pub use engine::{Engine, Scope};
|
||||
pub use fn_register::FnRegister;
|
||||
|
Reference in New Issue
Block a user