Move the running build into its own struct.

This commit is contained in:
Tom Alexander
2026-02-16 20:06:46 -05:00
parent dd99900b90
commit ab1f86384b
3 changed files with 133 additions and 109 deletions

View File

@@ -1,2 +1,3 @@
mod high_level;
mod running_build;
pub(crate) use high_level::*;