Module rule_segmenter

Source

Structs§

RuleBreakIterator
Implements the Iterator trait over the segmenter boundaries of the given string.
RuleBreakTypeLatin1
RuleBreakTypePotentiallyIllFormedUtf8
RuleBreakTypeUtf8
RuleBreakTypeUtf16

Traits§

RuleBreakType
A trait allowing for RuleBreakIterator to be generalized to multiple string encoding methods and granularity such as grapheme cluster, word, etc.