bouncinamation/src/lib.rs

15 lines
189 B
Rust
Raw Normal View History

2023-04-30 16:46:24 -07:00
/// 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;