Skip to main content

decode_hex

Function decode_hex 

Source
pub fn decode_hex(input: &[u8]) -> Result<Vec<u8>>
Expand description

Decode hex regions and concatenate their decoded bytes.

§Errors

Returns Error::DecodeConfig if the default rules are invalid. Returns Error::Decode if the GPU decode dispatch fails. Returns Error::Gpu if the GPU device cannot be initialized or a buffer operation fails.