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