Module rule_
segmenter
icu_
segmenter
1.5.0
Module rule_
segmenter
Module Items
Structs
Traits
In crate icu_
segmenter
Modules
complex
error
grapheme
indices
iterator_helpers
line
provider
rule_segmenter
sentence
word
Structs
GraphemeClusterBreakIterator
GraphemeClusterSegmenter
LineBreakIterator
LineBreakOptions
LineSegmenter
SentenceBreakIterator
SentenceSegmenter
WordBreakIterator
WordSegmenter
Enums
LineBreakStrictness
LineBreakWordOption
SegmenterError
WordType
Type Aliases
GraphemeClusterBreakIteratorLatin1
GraphemeClusterBreakIteratorPotentiallyIllFormedUtf8
GraphemeClusterBreakIteratorUtf16
GraphemeClusterBreakIteratorUtf8
LineBreakIteratorLatin1
LineBreakIteratorPotentiallyIllFormedUtf8
LineBreakIteratorUtf16
LineBreakIteratorUtf8
SentenceBreakIteratorLatin1
SentenceBreakIteratorPotentiallyIllFormedUtf8
SentenceBreakIteratorUtf16
SentenceBreakIteratorUtf8
WordBreakIteratorLatin1
WordBreakIteratorPotentiallyIllFormedUtf8
WordBreakIteratorUtf16
WordBreakIteratorUtf8
icu_segmenter
Module
rule_segmenter
Copy item path
Settings
Help
Summary
Source
Structs
§
Rule
Break
Iterator
Implements the
Iterator
trait over the segmenter boundaries of the given string.
Rule
Break
Type
Latin1
Rule
Break
Type
Potentially
IllFormed
Utf8
Rule
Break
Type
Utf8
Rule
Break
Type
Utf16
Traits
§
Rule
Break
Type
A trait allowing for RuleBreakIterator to be generalized to multiple string encoding methods and granularity such as grapheme cluster, word, etc.