geo
geo copied to clipboard
Better LineString validations
A couple attempts:
- https://github.com/georust/rust-geo/pull/155
- https://github.com/georust/rust-geo/pull/168
Related: https://github.com/georust/geo/pull/1279 adds a method to check for validation errors, but it doesn't prevent you from constructing an invalid linestring.