feat(core): n-ary tree ops — split, remove+collapse, ratios, move

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 21:15:08 +07:00
parent 2723d40ff9
commit 28d0e05763
4 changed files with 259 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod grid;
pub mod ops;
pub mod snapshot;
pub use grid::GridSurface;