fn get_env<T: FromStr + Display>(key: &str, default: T) -> T
Fetches an environment variable, or returns a default value if it is not set.