/// Application. pub mod app; /// Terminal events handler. pub mod event; /// Widget renderer. pub mod ui; /// Terminal user interface. pub mod tui; /// Event handler. pub mod handler;