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

A function that takes a hexadecimal representation of bytes back into a stream of bytes.