#idna #back-end #unicode #dns

no-std idna_mapping

UTS 46 mapping for unicode-rs back end of idna

2 releases (1 stable)

1.0.0 Oct 29, 2024
0.0.0 Jul 3, 2024

#262 in Internationalization (i18n)

Download history 3830/week @ 2024-10-30 9923/week @ 2024-11-06 8673/week @ 2024-11-13 13025/week @ 2024-11-20 12902/week @ 2024-11-27 13753/week @ 2024-12-04 21097/week @ 2024-12-11 13678/week @ 2024-12-18 7225/week @ 2024-12-25 11423/week @ 2025-01-01 14190/week @ 2025-01-08 13196/week @ 2025-01-15 13859/week @ 2025-01-22 13317/week @ 2025-01-29 15416/week @ 2025-02-05 10775/week @ 2025-02-12

56,310 downloads per month

(Apache-2.0 OR MIT) AND Unicode-3.0

650KB
15K SLoC

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.


lib.rs:

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.

Dependencies