a-b-street / osm2lanes

A common library and set of test cases for transforming OSM tags to lane specifications
https://a-b-street.github.io/osm2lanes/
Apache License 2.0
34 stars 2 forks source link

Rust: Add Error Locations #133

Closed droogmic closed 2 years ago

droogmic commented 2 years ago

Use std::panic::Location to idenitfy error locations Refactoring with thiserror, another crate, or without may cut down on boilerplate

droogmic commented 2 years ago

an ugly, PR, I could try and split it in one or two