Skip to main content

Module vcs

Module vcs 

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

RevisionInfo
Information about the current VCS revision (branch, repository root).
TagAndRevision
Combined container for both optional TagInfo and RevisionInfo.
TagInfo
Information about the latest VCS tag, including version and commit data.

Traits§

VersionControlSystem
Abstract interface for version control systems.