base16ct

Module lower

Source
Expand description

Function for decoding and encoding lower Base16 (hex)

Functionsยง

  • Decode a lower Base16 (hex) string into the provided destination buffer.
  • Decode a lower Base16 (hex) string into a byte vector.
  • Encode the input byte slice as lower Base16.
  • Encode input byte slice into a &str containing lower Base16 (hex).
  • Encode input byte slice into a String containing lower Base16 (hex).