georust / geos

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

uses Results everywhere #7

Closed antoine-de closed 6 years ago

antoine-de commented 6 years ago

lots of geos operation can fail so we wrap those in Result to remove every panic!

I bumped the version number as this breaks the api