Gantry

What are we shipping next?

Write a small Rust CLI that reads a CSV of sensor readings, prints the median and p90 latency per channel, and flags the three noisiest channels.

Start your first run

Walk a new contributor through this repo. What is the overall shape, which modules matter most, and what should they read after that?

Pick one module that carries real weight, then track down and repair a defect in it.

Sweep the repo for problems and propose four runs: one typo, one defect, one stale comment or doc mismatch, and one weak test worth strengthening.