#hex-string #ascii-text #convert #ascii-byte #convert-bytes #concatenate #converting

ascii-to-hex

A small, simple library to converting an ASCII text string into its hexadecimal equivalent

2 releases

0.1.1 Feb 10, 2022
0.1.0 Feb 10, 2022

#1724 in Text processing

MIT/Apache

4KB

ASCII to Hex Library


lib.rs:

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

No runtime deps