Expand description
Hexadecimal encoding and decoding for byte slices.
Enums§
- Decode
Error - Errors from hex decoding.
Functions§
- decode
- Decodes a hexadecimal string into bytes.
- decode_
array - Decodes a hexadecimal string into a fixed-size byte array.
- encode
- Encodes a byte slice as a lowercase hexadecimal string.
- encode_
prefixed - Encodes a byte slice as a
"0x"-prefixed lowercase hexadecimal string.