Macro core::env 1.0.0[−][src]
macro_rules! env { ($name:expr) => { ... }; ($name:expr,) => { ... }; }
Inspect an environment variable at compile time.
For more information, see the documentation for std::env!
.
macro_rules! env { ($name:expr) => { ... }; ($name:expr,) => { ... }; }
Inspect an environment variable at compile time.
For more information, see the documentation for std::env!
.