Function hex_simd::decode

source ·
pub fn decode<'d>(src: &[u8], dst: Out<'d, [u8]>) -> Result<&'d mut [u8], Error>
Expand description

Decodes a hex string to bytes case-insensitively.

Errors

This function returns Err if the content of src is invalid.

Panics

This function will panic if the length of dst is not enough.