mirror of
https://github.com/kristoferssolo/traxor.git
synced 2025-10-21 20:10:35 +00:00
15 lines
189 B
Rust
15 lines
189 B
Rust
/// 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;
|