Structs§
- Batch
Args - 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.