[][src]Function alphabet_encoder::alphabet_translator::char_to_hex

pub fn char_to_hex(c: char) -> String

Takes in a char and returns xHH where HH is the hex code. It will add a 0 to the front if the code would normally only be one character