Registry / utility / debugit

debugit

JSON →
library0.2.0rscratesunverified

Debug-print any value without trait bounds using specialization on Rust nightly channel.

# Cargo.toml [dependencies] debugit = "0.2.0"
INSTALL
IMPORT
SIG · DEBUGIT
D
debugit
utilityrustv0.2.0
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.

debugit
use debugit::debugit;

Prints a value using debug formatting without requiring Debug trait.

use debugit::debugit; fn main() { let value = 42; debugit!(value); }
Debug
Known issues
gotchaRequires Rust nightly channel due to specialization feature.
fix
Switch to Rust nightly or use a stable alternative like `dbg!`.
affects: >=0.1.0
Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
debugit — cargo add debugit · libregistry