structopt::clap

Macro crate_name

Source
macro_rules! crate_name {
    () => { ... };
}
Expand description

Allows you to pull the name from your Cargo.toml at compile time.

ยงExamples

let m = App::new(crate_name!())
            .get_matches();