Crate ra_ap_line_index

Source
Expand description

See LineIndex.

Structs§

LineCol
(line, column) information in the native, UTF-8 encoding.
LineIndex
Maps flat TextSize offsets to/from (line, column) representation.
TextRange
A range in text, represented as a pair of TextSize.
TextSize
A measure of text length. Also, equivalently, an index into text.
WideLineCol
(line, column) information in wide encodings.

Enums§

WideEncoding
A kind of wide character encoding.