rust-transit / gtfs-structure

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

Add some context to the serde error messages #34

Closed antoine-de closed 5 years ago

antoine-de commented 5 years ago

This will makes it possible to have error like:

error while reading stops.txt: CSV deserialize error: record 12 (line: 13, byte: 739): invalid float literal

instead of CSV deserialize error: record 12 (line: 13, byte: 739): invalid float literal