georust / wkt

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

wkt! macro for compile time checking of static wkt text (like serde_json::json!) #112

Open michaelkirk opened 1 year ago

michaelkirk commented 1 year ago

Currently this is based on top of #110 and #109, but I can rework things if those turn out to be controversial.