[][src]Crate unicode_joining_type

Look up the joining type for a character.

Example

use unicode_joining_type::{get_joining_type, JoiningType};

assert_eq!(get_joining_type('A'), JoiningType::NonJoining);

Enums

JoiningType

Constants

UNICODE_VERSION

The version of Unicode that this version of unicode-joining-type was generated from.

Functions

get_joining_type

Look up the joining type for a character.