Module radicle_surf::fs
source · Expand description
Definition for a file system consisting of Directory
and File
.
A Directory
is expected to be a non-empty tree of directories and files.
See Directory
for more information.
Modules§
Structs§
- A
Directory
is the representation of a file system directory, for a givengit
tree. - A representations of a
Directory
’s entries. - A
File
in a git repository. - The contents of a
File
. - A representation of a Git submodule when encountered in a Git repository.