just-run
just-run is a simple convenience crate for executing system commands with the expectation
of successful termination and UTF-8 encoded output. It aims to handle the most common case without
extensive configuration or edge case coverage.
Usage
use ;
let Success = run.expect;
println!;
See also
For more advanced use cases, consider checking out the duct crate or
using the standard library tools directly.