reverse_lines
This library provides a small Rust Iterator for reading files line by line with a buffer in reverse.
It is a rework of rev_lines.
Documentation
Documentation is available on Docs.rs.
Example
extern crate reverse_lines;
use ReverseLines;
let file = open.unwrap;
let mut reverse_lines = new.unwrap;
for line in reverse_lines