pub fn saslprep(s: &str) -> Result<Cow<'_, str>, Error>
Prepares a string with the SASLprep profile of the stringprep algorithm.
SASLprep is defined in RFC 4013.