helix-mirror/helix-term/src/lib.rs
Ivan Tham b5682f984b Separate helix-term as a library
helix-term stuff will now be documented in rustdoc.
2021-06-07 21:35:31 +08:00

9 lines
120 B
Rust

#![allow(unused)]
pub mod application;
pub mod args;
pub mod commands;
pub mod compositor;
pub mod keymap;
pub mod ui;