Expand description
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.
Structs§
- Joining
Type - Value for the Joining_Type Unicode property.
- Joining
Type Mask - A mask representing potentially multiple
JoiningType
values. - Mapper
Constants§
- LEFT_
OR_ DUAL_ JOINING_ MASK - Mask for checking for both left and dual joining.
- RIGHT_
OR_ DUAL_ JOINING_ MASK - Mask for checking for both left and dual joining.
Functions§
- joining_
type - Returns the Joining_Type of
c
.