Macro celp_sdk::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");