batch_run 1.2.0

Batch runner for arbitrary Rust files within current project
Documentation
1
2
3
4
5
6
7
8
9
(
    status: 0,
    stdout: [
        "Chars([\'S\', \'T\', \'D\', \'O\', \'U\', \'T\'])",
    ],
    stderr: [
        "Chars([\'S\', \'T\', \'D\', \'E\', \'R\', \'R\'])",
    ],
)