pub fn is_env_var_set(var: &str) -> bool
Check if env variable is set and not equal 0 or false which are common ways to disable something.
0
false