Function encode_string
Source pub fn encode_string(input: &[u8]) -> String
Available on crate feature alloc only.
Expand description
Encode input byte slice into a String containing upper Base16 (hex).
ยงPanics
If input length is greater than usize::MAX/2.