1//! A collection of reusable algorithms without dependencies on any other module in the project. 2 3pub mod clustering; 4pub mod geometry;