krush-engine 0.3.0

The engine that powers krush (the Kreative Rust Shell)
Documentation
1
2
3
4
5
6
7
mod engine;
mod parser;
pub mod error;
mod macros;

pub use engine::Engine as Engine;
pub use engine::command::{Definition, Type, Value};