Registry / utility / hex-simd

hex-simd

JSON →
library0.8.0rscratesunverified

SIMD-accelerated hex encoding and decoding for high performance.

# Cargo.toml [dependencies] hex-simd = "0.8.0"
INSTALL
IMPORT
SIG · HEX-SIMD
H
hex-simd
utilityrustv0.8.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.

encode
use hex_simd::encode;

Encode a byte slice to a hex string using SIMD.

use hex_simd::encode; let data = b"hello"; let encoded = encode(data); println!("{}", encoded);
Debug
Known issues
gotchaRequires CPU with SIMD support (SSE2, AVX2, or NEON).
fix
Fall back to non-SIMD implementation if not available.
affects: >=0.8.0
Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
hex-simd — cargo add hex-simd · libregistry