Function mz_ore::env::is_var_truthy
source · [−]Expand description
Reports whether the environment variable key
is set to a truthy value in
the current process’s environment.
The empty string and the string “0” are considered false. All other values are considered true.