//! Extension traits and free-function helpers operating on `geo_types` geometries.
//!
//! Versatiles-specific concerns (Web Mercator projection, GeoJSON output, structural
//! validation) live here as standalone helpers so the geometry types stay vanilla
//! `geo_types` and the georust ecosystem plugs in without conversion.
pub use ;
pub use ;
pub use validate;