Module git_pack::tree [−][src]
Expand description
Modules
Structs
A chunk returned by iter_root_chunks
, which can be iterated over to get Node
s.
An item stored within the Tree
An item returned by iter_root_chunks
, allowing access to the data
stored alongside nodes in a Tree
.
A tree that allows one-time iteration over all nodes and their children, consuming it in the process, while being shareable among threads without a lock. It does this by making the guarantee that iteration only happens once.