pub fn due_rows(reg: &LoadedRegistry, today: NaiveDate) -> Vec<DueRow>Expand description
Compute next-due rows for every control in reg as of today. Sorted
by (next_due ascending, control_id); controls without a computable
firing date come last.