hex_to_vec

Function hex_to_vec 

Source
pub fn hex_to_vec(data: &str) -> Vec<u8> 
Expand description

Decodes a hex string into raw bytes.