1
2
3
4
5
//! Utilities module.
//!
//! Contained in this module are useful utility types which are used throughout the crate.

pub mod geom;