Skip to main content

decode_hex

Function decode_hex 

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

Decode a hex string (with or without 0x prefix).