diff -r 1b3b1687b9ed -r 1a38447a89fa src/lib.rs --- a/src/lib.rs Fri Dec 13 22:37:12 2024 -0500 +++ b/src/lib.rs Sat Dec 14 09:31:27 2024 -0500 @@ -42,5 +42,6 @@ pub mod nalgebra_support; pub(crate) mod metaprogramming; pub mod direct_product; +pub mod convex; pub use types::*;