gix_ref::file::log

Module iter

source
Expand description

Modules§

Structs§

  • An iterator yielding parsed lines in a file from start to end, oldest to newest.
  • A platform to store a buffer to hold ref log lines for iteration.
  • An iterator yielding parsed lines in a file in reverse, most recent to oldest.

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.