Skip to main content

hex_decode_bytes

Function hex_decode_bytes 

Source
pub fn hex_decode_bytes(encoded: &str) -> Result<Vec<u8>, HexDecodeError>
Expand description

Decodes lowercase hex. Errors carry no input bytes; callers name the field they were decoding.