move tests and implement dag

This commit is contained in:
2026-04-22 15:59:19 +02:00
parent 891546069c
commit fd05f6b024
10 changed files with 203 additions and 156 deletions

View File

@@ -1,2 +1,5 @@
pub mod flat;
pub mod var;
#[cfg(test)]
mod tests;