Files
himalaya/src/ui/mod.rs
T
2021-11-12 00:39:29 +01:00

10 lines
125 B
Rust

//! Module related to User Interface.
pub mod table_arg;
pub mod table;
pub use table::*;
pub mod choice;
pub mod editor;