Module 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§

error

Structs§

Directory
A Directory is the representation of a file system directory, for a given git tree.
Entries
A representations of a Directory’s entries.
File
A File in a git repository.
FileContent
The contents of a File.
Submodule
A representation of a Git submodule when encountered in a Git repository.

Enums§

Entry
An Entry is either a File entry or a Directory entry.