gtfs/static/files/routes
Parser for routes.txt
routes.txt - Transit routes. A route is a group of trips displayed to riders as a single service. Source: GTFS reference.md - Dataset Files > routes.txt
Values
pub fn parse(
content: String,
) -> Result(List(types.Route), csv.ParseError)
Parse routes.txt CSV content into a list of Route records