Paul Stemmet
cb6d64dfc7
A struct for doing book keeping about where we are in the buffer: 1. How much we've read 2. How many lines we've seen 3. The current column I'll likely add variants to advance!, as its the primary method used to traverse the buffer This will likely be passed as an extra argument down the various scan call stacks, and care will need to be taken to ensure we're handling line breaks correctly (because I bet we're not currently) Tests will need to be updated to test that we're getting the stats we expect. |
||
---|---|---|
.github/workflows | ||
docs | ||
src | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml |