aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/lib.rs
blob: 2fd40358928065e3898684c6a19335d680402e9e (plain) (blame)
1
2
3
4
5
6
7
8
#![allow(unused)]

pub mod application;
pub mod args;
pub mod commands;
pub mod compositor;
pub mod keymap;
pub mod ui;