Function domain::utils::base32::encode_string_hex
source ยท pub fn encode_string_hex<B: AsRef<[u8]> + ?Sized>(bytes: &B) -> String
Expand description
Encodes binary data in base32hex and returns the encoded data as a string.