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