pub fn read_env_bool(name: &str) -> bool
Reads a boolean-like environment variable, where any value but “0”, “no”, or “false” is considered true.