prop/rust/prop_grid_rs
Graham McIntire 0fe5945205
chore(rust): drop futures and pretty_assertions
- futures: FuturesUnordered → tokio::task::JoinSet; try_join_all → loop
  over JoinHandles (spawn_blocking tasks already run in parallel)
- pretty_assertions: unused
2026-04-24 12:23:10 -05:00
..
src chore(rust): drop futures and pretty_assertions 2026-04-24 12:23:10 -05:00
tests chore(rust): drop easily-inlined deps (anyhow, bytes, byteorder, num_cpus) 2026-04-24 12:13:25 -05:00
.gitignore feat(grid-rs): Rust worker for HRRR f01..f18 propagation chain 2026-04-19 15:42:49 -05:00
Cargo.lock chore(rust): drop futures and pretty_assertions 2026-04-24 12:23:10 -05:00
Cargo.toml chore(rust): drop futures and pretty_assertions 2026-04-24 12:23:10 -05:00
Dockerfile fix(grid-rs): build wgrib2 in-tree instead of pulling from prop:latest 2026-04-20 08:33:53 -05:00