filewalker
Taken and modified from mrfutils-rs which used it to walk lined .txt files from a specified location in the file.
Quick Start
An example:
let mut forward = vec!;
for line in open_file.unwrap
Another way is to use the builder pattern:
let mut forward = vec!;
let opener = default
.path
.position
.direction
.build
.unwrap
for line in opener.open