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 the Unicode character Bidi_Class property, also known as the bidirectional character type.

BidiClassCategory

Represents Category of Unicode character Bidi_Class property, as demostrated under "Table 4. Bidirectional Character Types".

Constants

UNICODE_VERSION

The Unicode version of data

Traits

CharBidiClass

Methods for bidi properties of character types.

StrBidiClass

Methods for bidi properties of string types.