Module git_object::immutable::commit::iter[][src]

Structs

Iter

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

Token

A token returned by the commit iterator.