rust-transit / gtfs-structure

Read a GTFS file
MIT License
56 stars 32 forks source link

Add support for pathways.txt #120

Closed meszarosdezso closed 2 years ago

meszarosdezso commented 2 years ago

This implements the reading and processing of an optional pathways.txt file, based on the spec.

I tried to follow the implementation of transfers.txt.

Let me know if I missed anything, and I am open for better doc comment suggestions (:

meszarosdezso commented 2 years ago

Awesome, thanks!