hex_to_bytes

Function hex_to_bytes 

Source
pub fn hex_to_bytes(hex: &str) -> Vec<u8> 
Available on (32-bit or 64-bit) and (crate features test-utils) only.
Expand description

Convert a hex string to a byte vector.