1 2 3 4 5 6 7 8
/// Provides Git <https://git-scm.com> driver for vcsq APIs. pub mod git; /// Provides Mercurial <https://mercurial-scm.org> driver for vcsq APIs. pub mod hg; /// Provides Jujutsu <https://jj-vcs.github.io> driver for vcsq APIs. pub mod jj;