pub fn hex_to_bytes(hex: &str) -> Vec<u8> ⓘ
A very minimal tool to convert a hex string like “22f123639” into the byte equivalent.