ezexec 0.4.1

A simple API to execute binaries or shell commands via `std::process::Command`
Documentation
1
2
3
4
#[test]
fn test() {
    println!("Apparently, the build succeeded")
}