base16ct::lower

Function encode_string

Source
pub fn encode_string(input: &[u8]) -> String
Expand description

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

ยงPanics

If input length is greater than usize::MAX/2.