from_hex

Function from_hex 

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

Convert a hex string to a vector of bytes.