pub fn init_from_env()Expand description
Initialise the debug atomic from the SYNCDOC_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.