1 2 3 4 5 6 7
// tui/mod.rs — Interactive Ratatui-based TUI pub mod app; pub mod event; pub mod ui; pub use app::TuiApp;