grantshandy / nominatim-rs

REST API bindings for the reverse geocoding service.
MIT License
6 stars 12 forks source link

Derive Clone for Client stucture #3

Closed lunaryone closed 2 years ago

lunaryone commented 2 years ago

Client should be Cloneable as it could be potentially used in multi thread application. What do you think?

grantshandy commented 2 years ago

Ah, absolutely! I'm embarrassed I forgot to do something so simple. I fixed it and updated the most recent version.

lunaryone commented 2 years ago

Thanks for so fast response and solution!