Skip to main contentCrate text_unit
Source - TextRange
- A range in the text, represented as a pair of
TextUnits. - TextUnit
- An offset into text.
Offset is represented as
u32 storing number of utf8-bytes,
but most of the clients should treat it like opaque measure.