geo-polygonize-core 0.30.1

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 planar_graph;
pub use planar_graph::{DirEdgeId, EdgeId, NodeId, PlanarGraph};

#[cfg(test)]
mod tests;