wip: and sweeps right through the codebase

This commit is contained in:
🪞👃🪞 2024-12-31 02:03:16 +01:00
parent d37bd3e0c5
commit c9b09b7dea
16 changed files with 370 additions and 625 deletions

View file

@ -1,7 +1,6 @@
mod collection; pub use self::collection::*;
mod direction; pub use self::direction::*;
mod logic; pub use self::logic::*;
mod space; pub use self::space::*;
mod measure; pub use self::measure::*;
mod transform; pub use self::transform::*;
pub use ::tek_engine;
@ -11,3 +10,7 @@ pub(crate) use std::marker::PhantomData;
#[cfg(test)] #[test] fn test_layout () -> Usually<()> {
Ok(())
}
#[cfg(test)] #[test] fn test_bsp () {
// TODO
}