wkt 0.1.1

Rust read/write support for well-known text (WKT)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "wkt"
description = "Rust read/write support for well-known text (WKT)"
version = "0.1.1"
authors = ["Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/georust/rust-wkt"

[dependencies]
geo-types = {version = "0.1.1", optional = true}

[features]
default = ["geo-types"]