gtfs/static/files/stop_times
Parser for stop_times.txt
stop_times.txt - Times that a vehicle arrives at and departs from stops for each trip. Source: GTFS reference.md - Dataset Files > stop_times.txt
Values
pub fn parse(
content: String,
) -> Result(List(types.StopTime), csv.ParseError)
Parse stop_times.txt CSV content into a list of StopTime records