Alternative to dbg!()
but prints using log::debug!()
so that it works on WASM and other non-std targets.
// WASM example
use debug;
init;
debug!;
Alternative to dbg!()
but prints using log::debug!()
so that it works on WASM and other non-std targets.
// WASM example
use debug;
init;
debug!;