Iced based weather application targeting Cosmic and other compatible desktop environments.
Unofficial guide to Iced: https://jl710.github.io/iced-guide/
API reference: https://docs.iced.rs/iced/
Zed is a recommended IDE
If needed install Rust using rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Clone and run:
git clone <repository-url>
cd rust-wx
cargo run
Or install permanently:
cargo install --path .