[][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);

Re-exports

pub use joining_type::get_joining_type;
pub use tables::JoiningType;

Modules

joining_type
tables

Constants

UNICODE_VERSION

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