pub fn is_env_var_set_opt(var: &str) -> Option<bool>
Check if env variable is set and not equal 0 or false which are common ways to disable a setting. None if env var not set at all, which allows handling the default value.
0
false
None