1.0.0[][src]Macro core::option_env

macro_rules! option_env {
    ($name:expr) => { ... };
    ($name:expr,) => { ... };
}

Optionally inspect an environment variable at compile time.

For more information, see the documentation for std::option_env!.