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

Convert a hexadecimal-encoded string to its corresponding bytes