weather_man 0.2.10

A feature-rich Rust-based CLI for weather forecasting with cyberpunk-themed animations
Documentation
1
2
3
4
5
6
7
8
9
10
// Modules for the weather_man project
pub mod canvas;
pub mod forecaster;
pub mod location;
pub mod tui;
pub mod types;
pub mod ui;
pub mod utils;

// We don't need to re-export types as they're already accessible via the modules