Registry / utility / pretty-hex

pretty-hex

JSON →
library0.4.2rscratesunverified

Pretty hex dump of bytes slice in the common style.

# Cargo.toml [dependencies] pretty-hex = "0.4.2"
INSTALL
IMPORT
SIG · PRETTY-HEX
P
pretty-hex
utilityrustv0.4.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.

pretty_hex
use pretty_hex::pretty_hex;

Prints a hex dump of a byte slice.

use pretty_hex::pretty_hex; fn main() { let bytes = [0xde, 0xad, 0xbe, 0xef]; println!("{}", pretty_hex(&bytes)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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