Module iterator_
helpers
icu_
segmenter
1.5.0
Module iterator_
helpers
Module Items
Macros
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
iterator_helpers
Copy item path
Settings
Help
Summary
Source
Expand description
Macros and utilities to help implement the various iterator types.
Macros
§
derive_
usize_
iterator_
with_
type
🔒