Function stringprep::saslprep

source ·
pub fn saslprep(s: &str) -> Result<Cow<'_, str>, Error>
Expand description

Prepares a string with the SASLprep profile of the stringprep algorithm.

SASLprep is defined in RFC 4013.