Module indexed_file::bufreader[][src]

Expand description

Basic implementation for std::io::BufReader

Structs

A wrapper around BufReader<R> which implements ReadByLine and holds an index of the lines.