Registry / serialization / wkt
library0.14.0rscratesunverified

Rust read/write support for well-known text (WKT) geographic data format.

# Cargo.toml [dependencies] wkt = "0.14.0"
INSTALL
IMPORT
SIG · WKT
W
wkt
serializationrustv0.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Wkt
use wkt::Wkt;

Parses a WKT string into a geometry object

use wkt::Wkt; let wkt: Wkt<f64> = "POINT (1 2)".parse().unwrap(); println!("Parsed WKT: {:?}", wkt);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
wkt — cargo add wkt · libregistry