Crate gix_revwalk

source ·
Expand description

Utility types for traversing the git commit-graph.

This crate considers itself very much plumbing and is meant for consumption by other plumbing crates.

Modules§

Structs§

  • A graph of commits which additionally allows to associate data with commits.
  • A utility type implementing a queue which can be used to automatically sort data by its time in ascending order.