Crate ascii_to_hex

Source
Expand description

Library to convert an ASCII string into Hex The general flow goes like this:

  1. Convert the ASCII into bytes.
  2. Convert the bytes into Hex Strings
  3. Concatenate the Hex Strings
  4. Return the single Hex String

Modulesยง

ascii_to_hex