Skip to main content

Crate adze_linecol_core

Crate adze_linecol_core 

Source
Expand description

Core line/column byte-position tracking utilities.

The tracker is byte-oriented and supports \n, \r, and \r\n line endings.

Structsยง

LineCol
Tracks a zero-based line index and the byte offset where that line starts.