dbg with a format string
Owned by sarah.
#285 in Debugging
14,649 downloads per month Used in 40 crates (7 directly)
3KB
Like dbg!, but takes a format string.
dbg!
use dbgf::dbgf; dbgf!("5.3?", 1.0/3.0, 2.5784);