pub fn env_is_falsey(env: &str) -> bool
Check if an environment variable is set to a falsey value (including set but empty). Unset (or non-unicode) variables are not falsey.