Crates.io | dbgf |
lib.rs | dbgf |
version | 0.1.2 |
source | src |
created_at | 2022-12-12 20:00:09.095521 |
updated_at | 2024-02-26 19:17:41.905202 |
description | dbg with a format string |
homepage | |
repository | https://github.com/sarah-ek/dbgf/ |
max_upload_size | |
id | 735183 |
size | 2,255 |
Like dbg!
, but takes a format string.
use dbgf::dbgf;
dbgf!("5.3?", 1.0/3.0, 2.5784);