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