带有格式字符串的dbg
由 sarah 拥有。
#216 在 调试 中
18,235 每月下载量在 21 个Crates(直接使用7个) 中使用
3KB
与 dbg! 类似,但接受格式字符串。
dbg!
use dbgf::dbgf; dbgf!("5.3?", 1.0/3.0, 2.5784);