Made GFS code into an ADT

This commit is contained in:
2026-04-21 08:32:49 +01:00
parent 4d527a9ada
commit 707aecdba7
5 changed files with 48 additions and 42 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use std::{
use zip::ZipArchive;
use crate::gtfs::{
structs::Gtfs,
Gtfs,
utils::{route_ids_from_numbers, stop_ids_from_codes},
};