[go: up one dir, main page]

Module wkt::deserialize

source ·
Available on crate feature serde only.
Expand description

This module deserialises to WKT using serde.

You can deserialise to geo_types or any other implementor of TryFromWkt, using deserialize_wkt. Or you can store this crates internal primitives [wkt] or Wkt in your struct fields.

Modules§

Functions§

  • Deserializes a WKT String into any type which implements TryFromWkt.