Crate stringprep

Source
Expand description

An implementation of the “stringprep” algorithm defined in RFC 3454.

Modules§

tables
Character Tables

Structs§

Error
An error performing the stringprep algorithm.

Functions§

nameprep
Prepares a string with the Nameprep profile of the stringprep algorithm.
nodeprep
Prepares a string with the Nodeprep profile of the stringprep algorithm.
resourceprep
Prepares a string with the Resourceprep profile of the stringprep algorithm.
saslprep
Prepares a string with the SASLprep profile of the stringprep algorithm.