Skip to main content

Crate governor_git

Crate governor_git 

Source
Expand description

Git adapter for cargo-governor

This crate provides a Git implementation of the SourceControl trait using the git2 library.

Re-exports§

pub use adapter::GitAdapter;
pub use adapter::GitAdapterConfig;
pub use commit::GitCommit;
pub use tag::GitTag;

Modules§

adapter
Git adapter implementation
commit
Git commit wrapper
tag
Git tag wrapper