Module scaffold

Source
Expand description

Largely-internal scaffolding types (You should very rarely need to reference these directly)

Structs§

Latin1
RuleBreakType for Latin-1 strings
PotentiallyIllFormedUtf8
RuleBreakType for potentially ill-formed UTF-8 strings
Utf8
RuleBreakType for UTF-8 strings
Utf16
RuleBreakType for UTF-16 strings

Traits§

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