init_from_env

Function init_from_env 

Source
pub fn init_from_env()
Expand description

Initialise the debug atomic from the BLAZON_DEBUG environment variable.

  • Treats "0", "false", "no", "off" as false.
  • Any other value is true.
  • If the variable is unset, defaults to true for tests, false otherwise.