Primary LanguageRust
Like dbg!, but takes a format string.
dbg!
use dbgf::dbgf; dbgf!("5.3?", 1.0/3.0, 2.5784);