georust / geos

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

ffi cleanups #15

Closed TeXitoi closed 6 years ago

TeXitoi commented 6 years ago

As a breaking change, *::new_from_c_obj are now private.

Use clean unsafe tagging and conventions.

Fix #13

antoine-de commented 6 years ago

the version 2.0.0 has been publised on crates.io