Better error handling

This commit is contained in:
2026-05-24 07:36:43 +01:00
parent 74aa9e8a84
commit 08c028bfa8
6 changed files with 55 additions and 20 deletions
+1
View File
@@ -1,5 +1,6 @@
use std::collections::{HashMap, HashSet};
use gtfs_structures::{Agency, Calendar, CalendarDate, RawStopTime, RawTrip, Route, Stop};
use serde::{Serialize, Deserialize};
// This is to store the preferences for the GTFS(-R) side of the code.
#[derive(Debug, PartialEq, Serialize, Deserialize)]