Derive Macro SmartDebug

Source
#[derive(SmartDebug)]
{
    // Attributes available to this derive:
    #[debug]
}
Expand description

Derive macro for deriving [Debug] with easier customization