hrrr 1.0.1

A fast native HRRR forecast-field viewer
Documentation
1
2
3
4
5
6
7
8
#![expect(
    unused_crate_dependencies,
    reason = "package dependencies belong to the shared HRRR library target"
)]

fn main() -> anyhow::Result<()> {
    hrrr::run()
}