Registry / utility / short-hex-str

short-hex-str

JSON →
libraryrscratesunverified

Short hex string encoding for compact representation of binary data.

# Cargo.toml [dependencies] short-hex-str = "latest"
INSTALL
IMPORT
SIG · SHORT-HEX-STR
S
short-hex-str
utilityrust
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.

ShortHexStr
use short_hex_str::ShortHexStr;

Encodes a byte slice into a short hex string.

use short_hex_str::ShortHexStr; fn main() { let data = [0xde, 0xad, 0xbe, 0xef]; let encoded = ShortHexStr::encode(&data); println!("Encoded: {}", encoded); }
Debug
Known issues
gotchaVersion not specified; may be unstable.
fix
Check latest version on crates.io before using.
affects: *
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
short-hex-str — cargo add short-hex-str · libregistry