Skip to main content

Module batch

Module batch 

Source

Structs§

BatchArgs
Execute multiple operations from a simple line-oriented format.

Constants§

MAX_BATCH_OPERATIONS
Maximum number of operations in a single batch. Prevents unbounded memory allocation from accidentally or maliciously large inputs.

Functions§

parse_line
Parse a single line into an Operation.
run
tokenize
Tokenize a line using shell-like quoting rules.