pub fn hexify(text: &str) -> String
Converts decimal digit sequences in text to hexadecimal.
Panics if a decimal number in the text is too large to fit in a u64.
u64