oo-ide 0.0.4

∞ is a terminal IDE focused on low distraction, high usability.
Documentation
1
2
3
4
5
6
7
8
#[allow(unused_imports)]
pub(crate) use crate::{app_state, commands, editor, file_index, input, interraction, log_buffer, operation, project, registers, settings, shortcuts, utils, views, widgets};
pub(crate) use anyhow::{Error, Result, anyhow};

pub(crate) use views::View as _;