Crate simple_hex

Source
Expand description

Helper functions to convert between bytes and hex-encoded characters

Enums§

Error
Errors arising from conversion

Functions§

bytes_to_hex
Convert a slice of bytes to a slice of hex characters
half_byte_to_hex
Convert a nibble to a hex char
hex_byte_to_byte
Convert two hex characters to a byte
hex_to_bytes
Convert a slice of hex characters to bytes
hex_to_half_byte
Convert a hex character to a nibble