geograph 0.2.0

Self-contained DCEL (Doubly Connected Edge List) for planar graph geometry
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod adj;
pub(crate) mod dcel;
pub mod io;
pub mod region;
pub(crate) mod rtree;
pub(crate) mod snap;
pub(crate) mod unit;

pub use adj::AdjacencyMatrix;
pub use region::{Region, RegionError};
pub use unit::UnitId;