Crate tracing_macros

Source

Macros§

dbg
Similar to the std::dbg! macro, but generates tracing events rather than printing to stdout.
trace_dbg
Alias of dbg! for avoiding conflicts with the std::dbg! macro.