Expand description
Deprecated API for Unicode IDNA Compatibility Processing (Unicode Technical Standard #46)
Structs§
- Config
Deprecated Deprecated configuration API. - Idna
Deprecated Deprecated. Use the crate-top-level functions orUts46
.
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).