src/lib.rs

branch
dev
changeset 57
1b3b1687b9ed
parent 55
7b2ee3e84c5f
child 58
1a38447a89fa
--- a/src/lib.rs	Wed Dec 11 20:45:17 2024 -0500
+++ b/src/lib.rs	Fri Dec 13 22:37:12 2024 -0500
@@ -40,6 +40,7 @@
 pub mod fe_model;
 pub mod bisection_tree;
 pub mod nalgebra_support;
-
+pub(crate) mod metaprogramming;
+pub mod direct_product;
 
 pub use types::*;

mercurial