Expand description
libgfold provides the ability to find a minimal set of user-relevant information for git repositories on a local filesystem.
This library powers gfold.
Re-exports§
pub use collector::RepositoryCollection;
pub use collector::RepositoryCollector;
pub use repository_view::RepositoryView;
pub use status::Status;
Modules§
- This module contains the functionality for generating reports.
- This module contains
RepositoryView
, which provides theStatus
and general overview of the state of a given Git repository. - This module contains the
crate::status::Status
type.