georust / geos

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

Fixed lifetime issues on PreparedGeometry #88

Closed GuillaumeGomez closed 3 years ago

GuillaumeGomez commented 3 years ago

Fixes #86.

GuillaumeGomez commented 3 years ago

@gauteh: I'll check if there are other cases like this one too.

gauteh commented 3 years ago

Thanks a lot!