rust-transit / gtfs-structure

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

make ObjectType hashable #28

Closed antoine-de closed 5 years ago

antoine-de commented 5 years ago

makes it possible to have HashMap<ObjectType, _>

Needed by the validator