diff --git a/src/word.rs b/src/word.rs index 436582c..31920fe 100644 --- a/src/word.rs +++ b/src/word.rs @@ -44,6 +44,9 @@ pub struct UWordBounds<'a> { } /// External iterator for word boundaries and byte offsets. +/// +/// Yields `(usize, &str)` pairs carrying string slices delimited by word +/// boundaries and their positions. #[derive(Clone)] pub struct UWordBoundIndices<'a> { start_offset: usize,