Registry / logging / dbgf
library0.1.2rscratesunverified

dbg with a format string.

# Cargo.toml [dependencies] dbgf = "0.1.2"
INSTALL
IMPORT
SIG · DBGF
D
dbgf
loggingrustv0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dbgf
✓ use dbgf::dbgf;

Debug print with format string.

use dbgf::dbgf; fn main() { let x = 42; dbgf!("x = {}", x); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Resources
dbgf — cargo add dbgf · libregistry