A pure Rust implementation of Base16 (hexadecimal) encoding and decoding with constant-time operation and no_std support.
# Cargo.toml
[dependencies]
base16ct = "1.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encodes a byte slice as a hexadecimal string.
No known issues recorded.
No dependency data recorded yet.