Skip to main content

Crate weatherman_tui

Crate weatherman_tui 

Source
Expand description

weatherman-tui — a single-page Ratatui terminal weather app.

Data and formatting come from weatherman_core; this crate only handles terminal rendering and input.

Re-exports§

pub use app::WeatherTui;

Modules§

app
The terminal application: owns state, the event loop, and terminal setup.
view
Single-page, scrollable weather view rendering (no animations).