batch-mode-batch-workspace 0.2.1

Manages batch processing workspaces, handling tasks like locating batch files, validating files, and managing batch indices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// ---------------- [ File: batch-mode-batch-workspace/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{interface}
x!{locate_batch_files}
x!{find_existing_batch_indices}
x!{workspace}
x!{errors}
x!{gather_all_batch_files}
x!{full_batch_workspace_interface}
x!{workspace_clone}
x!{mock_bad}
x!{calculate_unseen}