Module git_ref::file::log::iter[][src]

Expand description

Modules

Structs

An iterator yielding parsed lines in a file in reverse.

Functions

Returns a forward iterator over the given lines, starting from the first line in the file and ending at the last.

An iterator over entries of the log file in reverse, using buf as sliding window.