hex_to_bytes

Function hex_to_bytes 

Source
pub fn hex_to_bytes(hex: &str) -> Vec<u8> 
Expand description

A very minimal tool to convert a hex string like “22f123639” into the byte equivalent.