Module idna::deprecated
source · Expand description
Deprecated API for Unicode IDNA Compatibility Processing (Unicode Technical Standard #46)
Structs§
- ConfigDeprecatedDeprecated configuration API.
- IdnaDeprecatedDeprecated. Use the crate-top-level functions or
Uts46
.
Functions§
- Performs preprocessing equivalent to UTS 46 transitional processing if
transitional
istrue
. Iftransitional
isfalse
, merely lets the input pass through as-is (for call site convenience).