Function hex_simd::decode_append
source · Expand description
Decodes a hex string to bytes case-insensitively and appends to a specified type.
Errors
This function returns Err
if the content of src
is invalid.
Decodes a hex string to bytes case-insensitively and appends to a specified type.
This function returns Err
if the content of src
is invalid.