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