georust / geos

Rust bindings for GEOS
https://docs.rs/geos/
MIT License
122 stars 42 forks source link

Remove Clone from PreparedGGeom as it is unsound. #16

Closed TeXitoi closed 6 years ago

TeXitoi commented 6 years ago

Also use std::ptr::NonNull for better abstraction.