hex_string_to_bytes

Function hex_string_to_bytes 

Source
pub fn hex_string_to_bytes(hex_string: &str) -> Result<Vec<u8>>
Expand description

Convert a hex string into a byte array