//! Pure-Rust geometry: no PROJ / GDAL, so consuming projects need no extra
//! system libraries. A spherical LAEA projection (for planar distances in a
//! region), a great-circle distance, and the vector helpers (point to segment,
//! point in polygon, nearest feature) shared by the coast, sea, and place
//! modules.
pub use ;