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.