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