Registry / utility / nu-pretty-hex

nu-pretty-hex

JSON →
library0.106.0rscratesunverified

Pretty hex dump of bytes slice in the common style.

# Cargo.toml [dependencies] nu-pretty-hex = "0.106.0"
INSTALL
IMPORT
SIG · NU-PRETTY-HEX
N
nu-pretty-hex
utilityrustv0.106.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.

pretty_hex
use nu_pretty_hex::pretty_hex;

Display a hex dump of a byte slice.

use nu_pretty_hex::pretty_hex; fn main() { let data = b"Hello World"; println!("{}", pretty_hex(&data)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.106.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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