Skip to main content

decode_hex

Function decode_hex 

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

Decodes a hexadecimal string to a byte vector.