Registry / utility / hex-fmt

hex-fmt

JSON →
library0.3.0rscratesunverified

Formatting and shortening byte slices as hexadecimal strings with configurable length limits.

# Cargo.toml [dependencies] hex_fmt = "0.3.0"
INSTALL
IMPORT
SIG · HEX-FMT
H
hex-fmt
utilityrustv0.3.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.

HexFmt
use hex_fmt::HexFmt;

Print byte slice as hex string

use hex_fmt::HexFmt; let data = b"hello world"; println!("{}", HexFmt(data));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hex-fmt — cargo add hex-fmt · libregistry