Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
crate_name in clap - Rust
[go: Go Back, main page]

Macro clap::crate_name[][src]

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();