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