#idna #unicode #dns

no-std idna_mapping

UTS 46 mapping for unicode-rs back end of idna

3 releases (stable)

1.1.0 May 8, 2025
1.0.0 Oct 29, 2024
0.0.0 Jul 3, 2024

#649 in Internationalization (i18n)

Download history 23142/week @ 2026-01-24 20544/week @ 2026-01-31 16314/week @ 2026-02-07 15939/week @ 2026-02-14 15416/week @ 2026-02-21 15750/week @ 2026-02-28 18455/week @ 2026-03-07 14784/week @ 2026-03-14 15466/week @ 2026-03-21 15998/week @ 2026-03-28 14291/week @ 2026-04-04 13679/week @ 2026-04-11 16508/week @ 2026-04-18 15352/week @ 2026-04-25 19989/week @ 2026-05-02 27309/week @ 2026-05-09

81,906 downloads per month

(Apache-2.0 OR MIT) AND Unicode-3.0

660KB
16K SLoC

This crate is not meant to be used directly. It part of the unicode-rs back end for the idna crate providing the UTS 46 mapping data and an abstraction over JoiningType data (delegated to unicode-joining-type).

See the README of the latest version of the idna_adapter crate for how to use.


idna_mapping

This crate is not meant to be used directly. It is part of the unicode-rs back end for the idna crate providing the UTS 46 mapping data and an abstraction over JoiningType data (delegated to unicode-joining-type).

See the README of the latest version of the idna_adapter crate for how to use.

License

(Apache-2.0 OR MIT) AND Unicode-3.0

The Unicode data in this crate is under Unicode-3.0 and the rest is Apache-2.0 OR MIT.

Dependencies