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
pub mod buffer;
pub mod file_watcher;
pub mod fold;
pub mod highlight;
pub mod highlight_worker;
pub mod history;
pub mod layout;
pub mod position;
pub mod selection;

pub use position::Position;