Crate linetrack

Crate linetrack 

Source

Structs§

LineCache
A pre-computed line cache, caching line ending offsets to speed up later line:col computations
PosTrackerDatRef
Similar to PosTrackerExtern, but keeps a reference to the source around, so that the users doesn’t need to supply the dat argument to update every time. Basically just a simple convenience shim.
PosTrackerExtern
A position tracker, only useful if the requested offset information only proceeds forwards or the implied failure at backwards moves is just annoying, but not fatal.