//!
//! A fast and fearless Collision Detection Engine for 2D irregular cutting and packing problems.
//!
//! This library is designed to be used as a backend by optimization algorithms.
/// Everything related to the Collision Detection Engine
/// Entities to model 2D Irregular Cutting and Packing Problems
/// Geometric primitives and base algorithms
/// Importing problem instances into and exporting solutions out of this library
/// Helper functions which do not belong to any specific module
/// Enabled variants of the 2D irregular Cutting and Packing Problem.
/// Export the `web_time` crate's `Instant` type for compatibility with web environments.
pub type Instant = Instant;