ing prefix gives off bad vibes

This commit is contained in:
2025-09-29 14:01:34 -04:00
parent 337af3e18c
commit db0d11cacb
8 changed files with 2 additions and 2 deletions

13
src/core/position/mod.rs Normal file
View File

@@ -0,0 +1,13 @@
mod align;
mod offset;
mod pad;
mod sized;
mod span;
mod stack;
pub use align::*;
pub use offset::*;
pub use pad::*;
pub use sized::*;
pub use span::*;
pub use stack::*;