batch-mode-batch-triple 0.2.1

Manages batch file triples (input, output, error, metadata) in batch processing systems, including file validation, error handling, and file movement.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// ---------------- [ File: batch-mode-batch-triple/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{ensure_input_matches_output_and_error}
x!{batch_file_triple}
x!{errors}
x!{move_batch_files}
x!{batch_file_state}
x!{ensure_input_matches_output}
x!{ensure_input_matches_error}
x!{retry_failed_requests}
x!{log_errors}
x!{mock}