hexify

Function hexify 

Source
pub fn hexify(text: &str) -> String
Expand description

Converts decimal digit sequences in text to hexadecimal.

ยงPanics

Panics if a decimal number in the text is too large to fit in a u64.