split the autobatcher in two

This commit is contained in:
Tamo
2025-01-07 15:02:03 +01:00
parent cb82b0798a
commit 43bb02e7b4
3 changed files with 397 additions and 394 deletions

View File

@ -1,4 +1,6 @@
mod autobatcher;
#[cfg(test)]
mod autobatcher_test;
mod create_batch;
mod process_batch;
mod process_dump_creation;