debug! macro
A macro for printing debug information about variables.
Installation
Add this to your Cargo.toml:
[]
= "*"
Usage
use debug;
Outputs: {var} <{type}> = {value}
{x} <i32> = 42
A macro for printing debug information about variables.
Add this to your Cargo.toml:
[]
= "*"
use debug;
Outputs: {var} <{type}> = {value}
{x} <i32> = 42