#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

#244 in Internationalization (i18n)

Download history 17485/week @ 2025-02-02 12328/week @ 2025-02-09 12717/week @ 2025-02-16 13475/week @ 2025-02-23 19333/week @ 2025-03-02 16480/week @ 2025-03-09 12158/week @ 2025-03-16 15249/week @ 2025-03-23 13612/week @ 2025-03-30 14134/week @ 2025-04-06 14592/week @ 2025-04-13 9054/week @ 2025-04-20 6318/week @ 2025-04-27 7510/week @ 2025-05-04 7927/week @ 2025-05-11 6598/week @ 2025-05-18

28,692 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