georust / wkt

Rust read/write support for well-known text (WKT)
https://crates.io/crates/wkt
Apache License 2.0
50 stars 25 forks source link

Implement geo-traits for reading from WKT #123

Closed kylebarron closed 1 week ago

kylebarron commented 1 month ago

Ref https://github.com/georust/geo/pull/1157

michaelkirk commented 1 month ago

(other than the unchecked stuff, this looks good!)

michaelkirk commented 4 weeks ago

Let's release geo-traits-0.2.0 first so we can avoid one sem-ver break.

https://github.com/georust/geo/pull/1263

kylebarron commented 1 week ago

I updated this to geo-traits 0.2. Can I get a ✅ ?

kylebarron commented 1 week ago

Thanks! 🚀