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