src/euclidean.rs

branch
dev
changeset 146
3f9a03f95457
parent 132
89371dc4d637
child 150
c4e394a9c84c
--- 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

mercurial