Function hex_simd::decode_append

source ·
pub fn decode_append<T: AppendHexDecode>(
    src: impl AsRef<[u8]>,
    dst: &mut T
) -> Result<(), Error>
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.