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