georust/wkt

WKT Release: proposed minor release 0.9.1

michaelkirk opened this issue · 1 comments

There are a couple of changes I'd like to see published, so I plan to proceed with a minor release in a ~48 hours unless I hear of something we want to wait for.

My specific reason is the tests in georust/geo#629 which depend on the new deserialize support via the (also unreleased) jts-test-runner.

Current Changes

  • Add serde::Deserialize for Wkt and Geometry.
  • Add helper functions for deserializing from WKT format into
    geo_types::Geometry and geo_types::Point