We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907d4d0 commit c70eef5Copy full SHA for c70eef5
src/grapheme.rs
@@ -165,6 +165,9 @@ enum GraphemeState {
165
}
166
167
/// Cursor-based segmenter for grapheme clusters.
168
+///
169
+/// This allows working with ropes and other datastructures where the string is not contiguous or
170
+/// fully known at initialization time.
171
#[derive(Clone, Debug)]
172
pub struct GraphemeCursor {
173
// Current cursor position.
0 commit comments