Module tree

Source
Expand description

Represents git object type ‘tree’, i.e. like directory entries in Unix. See git doc for more details.

Structs§

Entry
An entry that can be found in a tree.
Tree
Represents a tree object as in git. It is essentially the content of one directory. Note that multiple directories can have the same content, i.e. have the same tree object. Hence this struct does not embed its path.

Enums§

EntryKind