pub fn encode<'d>(src: &[u8], dst: Out<'d, [u8]>, case: AsciiCase) -> &'d mut [u8] ⓘ
Encodes bytes to a hex string.
case specifies the ascii case of output.
case
This function will panic if the length of dst is not enough.
dst