test-exec 0.1.0

Test your command line applications comfortably
1
2
3
4
5
6
//! This binary can be invoked directly,
//! because the PATH is modified to include bin targets.

fn main() {
    println!("Hello from the example binary target");
}