logo
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 Geometry in your struct fields.

Modules

geo_typesgeo-types

Functions

Deserializes a WKT String into any type which implements TryFromWkt.