geo-polygonize-core 0.51.2

A native Rust port of the JTS/GEOS polygonization algorithm. Reconstruct valid polygons from a set of lines.
Documentation
1
2
3
4
5
pub mod advanced;
pub mod grid;
pub mod hot_pixel;
pub mod snap;
pub mod validate;