Crate debugit

source ·
Expand description

Use debug printlns, without the trait bounds (using specialization to find the right impl anyway).

Macros

  • Formats the given argument using its Debug trait definition and returns the core::fmt::Arguments containing its Debug output, iff the argument’s type implements the Debug trait.

Structs

  • A helper type for using with the debugit!() macro.