Function stringprep::nodeprep
source ยท pub fn nodeprep(s: &str) -> Result<Cow<'_, str>, Error>
Expand description
Prepares a string with the Nodeprep profile of the stringprep algorithm.
Nameprep is defined in RFC 3920, Appendix A.
pub fn nodeprep(s: &str) -> Result<Cow<'_, str>, Error>
Prepares a string with the Nodeprep profile of the stringprep algorithm.
Nameprep is defined in RFC 3920, Appendix A.