oo-ide 0.0.4

∞ is a terminal IDE focused on low distraction, high usability.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod key;
mod key_event;
mod modifiers;
mod mouse_event;

pub use key::Key;
pub use key_event::KeyEvent;
pub use modifiers::Modifiers;
pub use mouse_event::{MouseButton, MouseEvent, MouseEventKind};