wof 1.0.0

The Who's On First rust library and command line.
Documentation
1
2
3
4
pub type Point = Vec<f64>;
pub type Polyline = Vec<Vec<f64>>;
pub type Polygon = Vec<Vec<Vec<f64>>>;
pub type MultiPolygon = Vec<Vec<Vec<Vec<f64>>>>;