Function rsconf::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).