Registry / utility / p-macro

p-macro

JSON →
library0.2.0rscratesunverified

p!() is a macro used for printing values while debugging.

# Cargo.toml [dependencies] p-macro = "0.2.0"
INSTALL
IMPORT
SIG · P-MACRO
P
p-macro
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.

p
use p_macro::p;

Print a value using the p! macro.

use p_macro::p; fn main() { let x = 42; p!(x); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
p-macro — cargo add p-macro · libregistry