Module radicle_surf::tree

source ·
Expand description

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

Structs§

  • An entry that can be found in a 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§