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§
- geo_
types geo-types
Functions§
- deserialize_
wkt - Deserializes a WKT String into any type which implements
TryFromWkt.