Macro debug

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

ยงExample

use celp_sdk::debug;

debug!("I know you're probably not really interested in this: {}!", "but here it is anyway");