Skip to main content

decode

Function decode 

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

Try to decode a hex string to owned bytes (Vec<u8>).