split the autobatcher in two

This commit is contained in:
Tamo 2025-01-07 15:02:03 +01:00
parent cb82b0798a
commit 43bb02e7b4
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
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;