Expand description
Rust-first geometry kernel focused on deterministic geometry operations.
Re-exports§
pub use error::GeometryError;pub use error::Result;pub use kernel::GeometryKernel;pub use kernel::KernelBackend;pub use precision::PrecisionModel;pub use pure_rust::PureRustKernel;pub use types::Coord;pub use types::LineString;pub use types::LinearRing;pub use types::MultiPolygon;pub use types::Polygon;