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
// ---------------- [ File: batch-mode-batch-triple/src/imports.rs ]
pub(crate) use batch_mode_3p::*;
pub(crate) use batch_mode_batch_index::*;
pub(crate) use batch_mode_batch_schema::*;
pub(crate) use batch_mode_batch_scribe::*;
pub(crate) use batch_mode_batch_workspace_interface::*;
pub(crate) use save_load_traits::*;