Function read_env_bool

Source
pub fn read_env_bool(name: &str) -> bool
Expand description

Reads a boolean-like environment variable, where any value but “0”, “no”, or “false” is considered true.