Crate stringprep
source ·Expand description
An implementation of the “stringprep” algorithm defined in RFC 3454.
Modules
- Character Tables
Structs
- An error performing the stringprep algorithm.
Functions
- Prepares a string with the Nameprep profile of the stringprep algorithm.
- Prepares a string with the Nodeprep profile of the stringprep algorithm.
- Prepares a string with the Resourceprep profile of the stringprep algorithm.
- Prepares a string with the SASLprep profile of the stringprep algorithm.