Macro cfg_rs::init_cargo_env [−][src]
macro_rules! init_cargo_env {
() => { ... };
($b : ident : ? $x : literal) => { ... };
($b : ident : $x : literal) => { ... };
}Expand description
Collect all CARGO_PKG_* env variables, and CARGO_BIN_NAME into configuration.
Please refer to set_cargo_env for usage.