Function hex_simd::encode

source ·
pub fn encode<'d>(src: &[u8], dst: Out<'d, [u8]>, case: AsciiCase) -> &'d mut [u8] 
Expand description

Encodes bytes to a hex string.

case specifies the ascii case of output.

Panics

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