georust / geojson

Library for serializing the GeoJSON vector GIS file format
https://crates.io/crates/geojson
Apache License 2.0
272 stars 59 forks source link

Added borrowed value conversion traits for geo_types. #202

Closed metasim closed 2 years ago

metasim commented 2 years ago

Reworked current implementation to use borrowed values, and created macro to generate owned value variants that delegate to the borrowed value ones.

Note: Until #201 is addressed, invalid geometry conversions will be cloned during error reporting.

michaelkirk commented 2 years ago

bors r=michaelkirk,urschrei

bors[bot] commented 2 years ago

Build succeeded: