--- a/src/lib.rs Sun Apr 27 20:29:43 2025 -0500 +++ b/src/lib.rs Fri May 15 14:46:30 2026 -0500 @@ -12,15 +12,12 @@ nightly, feature( maybe_uninit_array_assume_init, - maybe_uninit_slice, float_minimum_maximum, get_mut_unchecked, - cow_is_borrowed ) )] #[macro_use] -pub(crate) mod metaprogramming; pub mod collection; pub mod error; pub mod euclidean; @@ -34,6 +31,7 @@ #[macro_use] pub mod loc; pub mod bisection_tree; +pub mod bounds; pub mod coefficients; pub mod convex; pub mod direct_product;