2 releases
0.1.1 | Feb 10, 2022 |
---|---|
0.1.0 | Feb 10, 2022 |
#1995 in Text processing
4KB
ASCII to Hex Library
lib.rs
:
Library to convert an ASCII string into Hex The general flow goes like this:
- Convert the ASCII into bytes.
- Convert the bytes into Hex Strings
- Concatenate the Hex Strings
- Return the single Hex String