mairie360_api_lib 0.8.2

Lib for mairie360 APIs
Documentation
1
2
3
pub fn get_env_var(name: &str) -> Option<String> {
    std::env::var(name).ok()
}