diff -r 0b9aecd7bb76 -r 3f9a03f95457 src/euclidean.rs --- a/src/euclidean.rs Sun May 18 23:31:48 2025 -0500 +++ b/src/euclidean.rs Sat Aug 30 22:25:28 2025 -0500 @@ -8,6 +8,8 @@ use crate::types::*; use std::ops::{Add, AddAssign, Sub, SubAssign}; +pub mod wrap; + /// Space (type) with Euclidean and vector space structure /// /// The type should implement vector space operations (addition, subtraction, scalar