program_tools 0.3.0

Rust script runner — compile and execute Rust files as scripts with output capture.
Documentation
1
2
3
4
5
6
7
#[ allow( unused_imports ) ]
use super :: *;

mod basic;
mod cli_test;
mod corner_cases_test;
mod runner_test;