Crate unic_ucd_bidi [] [src]

UNIC — UCD — Bidi

A component of unic: Unicode and Internationalization Crates for Rust.

Accessor for Bidi_Class property from Unicode Character Database (UCD)

Enums

BidiClass

Represents values of the Unicode character property Bidi_Class, also known as the bidirectional character type.

Constants

UNICODE_VERSION

The Unicode version of data

Traits

BidiChar

Methods for bidi properties of character types.

BidiStr

Methods for bidi properties of string types.

Functions

bidi_class

Find the BidiClass of a single char.

is_explicit

If bidi_class is an explicit directional initiator or terminator.

is_rtl

If bidi_class has Right-To-Left direction.