Module categories

Source
Expand description

The code in this module provides a trait that is implemented against char that allows testing or retrieving the Unicode category for the character as well as two enums for identifying character classes.

Enums§

MajorCategory
enum for distinguishing Unicode major categories of characters
MinorCategory
enum for distinguishing Unicode minor categories of characters

Traits§

CharacterCategories