Function base16ct::lower::encode_str

source ·
pub fn encode_str<'a>(src: &[u8], dst: &'a mut [u8]) -> Result<&'a str, Error>
Expand description

Encode input byte slice into a &str containing lower Base16 (hex).