batch-mode-batch-reconciliation 0.2.1

Provides a framework for reconciling batch files in batch processing workflows, with automatic determination of reconciliation steps, error handling, and file processing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// ---------------- [ File: batch-mode-batch-reconciliation/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{batch_file_reconciliation_recommended_course_of_action}
x!{batch_file_reconciliation_operation}
x!{errors}
x!{execute_reconciliation}
x!{execute_reconciliation_for_batch_triple}
x!{recalculate_recommended_actions}
x!{reconcile_unprocessed_batch_triple}
x!{reconcile_unprocessed}