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

Use geo_types macros to future proof #76

Closed nyurik closed 2 years ago

nyurik commented 2 years ago

Use coord! macro instead of geo_types::Coordinate<T> { x, y }. Doing this makes coordinate creation consistent, and allows more flexibility in the geo_types repo to introduce object changes.

michaelkirk commented 2 years ago

bors r+

michaelkirk commented 2 years ago

bors r+

not sure why the previous one didn't seem to take...

bors[bot] commented 2 years ago

Build succeeded: