Expand description
Version control integration layer.
Defines the VersionControlSystem trait and related data structures
for interacting with git and other VCS backends.
Modules§
- git
- Git backend for version control operations.
Structs§
- Revision
Info - Information about the current VCS revision (branch, repository root).
- TagAnd
Revision - Combined container for both optional
TagInfoandRevisionInfo. - TagInfo
- Information about the latest VCS tag, including version and commit data.
Traits§
- Version
Control System - Abstract interface for version control systems.