[go: up one dir, main page]

Module 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§

geo_typesgeo-types

Functions§

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