macro_rules! debug { ($($arg:tt)*) => { ... }; }
use celp_sdk::debug; debug!("I know you're probably not really interested in this: {}!", "but here it is anyway");