Crate simple_hex

source ·
Expand description

Helper functions to convert between bytes and hex-encoded characters

Enums

Errors arising from conversion

Functions

Convert a slice of bytes to a slice of hex characters
Convert a nibble to a hex char
Convert two hex characters to a byte
Convert a slice of hex characters to bytes
Convert a hex character to a nibble