Function shadow_rs::new_system_env
source · pub fn new_system_env(
std_env: &BTreeMap<String, String>
) -> BTreeMap<ShadowConst, ConstVal>Expand description
Create all shadow-rs constants which are determined by the build environment.
The data for these constants is provided by the std_env argument.