a-b-street / osm2streets

Convert OSM to street networks with detailed geometry
https://a-b-street.github.io/osm2streets
Apache License 2.0
102 stars 10 forks source link

Make StreetNetwork implement Send #179

Closed dabreegster closed 1 year ago

dabreegster commented 1 year ago

I'm trying to use StreetNetwork in another project in threads, but because of RefCell<Vec<DebugStreets>>, it doesn't work. The thing for accumulating debug info with a RefCell was quite a hack to begin with, so I'll try and fix this