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: Tags Refactor 2 and 3 #76

Closed droogmic closed 2 years ago

droogmic commented 2 years ago

I would ideally want one struct, that can both act like a map and a tree...

maybe I should peruse crates.io for something similar?