Crate char_collection

Source

Macros§

char_collect
Generate a [CharCollection] from a sequence of chars, CharRanges, or Unicode Blocks.

Structs§

CharCollection
A collection of chars (i.e. Unicode code points), used for storing large continuous ranges efficiently.

Traits§

MultiCharRange
A trait for objects that represent one or more disjoint, non-adjacent CharRanges.