Expand description
Function for decoding and encoding lower Base16 (hex)
Functionsยง
- decode
- Decode a lower Base16 (hex) string into the provided destination buffer.
- decode_
nibble ๐ - Decode a single nibble of lower hex
- decode_
vec - Decode a lower Base16 (hex) string into a byte vector.
- encode
- Encode the input byte slice as lower Base16.
- encode_
nibble ๐ - Encode a single nibble of hex
- encode_
str - Encode input byte slice into a
&strcontaining lower Base16 (hex). - encode_
string - Encode input byte slice into a
Stringcontaining lower Base16 (hex).