rust-transit / gtfs-structure

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

Update TransferType Enum #136

Closed fchabouis closed 1 year ago

fchabouis commented 1 year ago

According to the GTFS documentation, an empty value for a transfer_type is equivalent to 0.

Also, values 4 and 5 were not implemented.

I think only a custom deserialization is needed for this Enum, and a Serialization is not necessary, am I right?

fchabouis commented 1 year ago

Thanks @antoine-de !