set_env_value

Function set_env_value 

Source
pub fn set_env_value(name: &str, value: &str)
Expand description

Makes an environment variable available to your code at build time, letting you use the value as a compile-time constant with env!(NAME).