hex_to_bytes

Function hex_to_bytes 

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

Convert a hex string to a byte vector.