Registry / utility / prettyprint

prettyprint

JSON →
library0.8.1rscratesunverified

Print beautifully formatted files and strings to your terminal.

# Cargo.toml [dependencies] prettyprint = "0.8.1"
INSTALL
IMPORT
SIG · PRETTYPRINT
P
prettyprint
utilityrustv0.8.1
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.

PrettyPrint
use prettyprint::PrettyPrint;

Prints a string with beautiful formatting.

use prettyprint::PrettyPrint; fn main() { let content = "Hello, world!"; PrettyPrint::new(content).print(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
prettyprint — cargo add prettyprint · libregistry