Function base16ct::lower::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.