input_handler 0.1.0

Reusable input handler module
Documentation
1
2
3
4
5
6
7
8
9

mod editor;
mod history;
mod terminal;

pub use editor::Editor;
pub use history::History;

pub use editor::InputHandler;