Registry / utility / base16

base16

JSON →
library0.2.1rscratesunverified

base16 (hex) encoding and decoding

# Cargo.toml [dependencies] base16 = "0.2.1"
INSTALL
IMPORT
SIG · BASE16
B
base16
utilityrustv0.2.1
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 base16::encode;

Encodes bytes to hexadecimal string.

use base16::encode; fn main() { let bytes = b"hello"; let hex = encode(bytes); println!("{}", hex); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
2
Resources
base16 — cargo add base16 · libregistry