Module git_object::immutable::commit::iter [−][src]
Expand description
Structs
Like immutable::Commit
, but as Iterator
to support (up to) entirely allocation free parsing.
It’s particularly useful to traverse the commit graph without ever allocating arrays for parents.
Enums
A token returned by the commit iterator.