debug_eprintln

Macro debug_eprintln 

Source
macro_rules! debug_eprintln {
    ($($arg:tt)*) => { ... };
}
Expand description

Debug print macro for errors that only outputs if SPARSEIR_DEBUG is set

Usage: debug_eprintln!("format string", args...)