Registry / utility / debugit

debugit

JSON →
library0.2.0rscratesunverified

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

utility
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.

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 footguns
gotchaRequires Rust nightly channel due to specialization feature.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources