rskit-git 0.2.0-alpha.1

Composable git repository interfaces backed by libgit2
Documentation
1
2
3
4
5
6
7
8
//! Test utilities for the git module.
//!
//! Provides a [`RepoBuilder`] for creating temporary git repositories
//! with specific states for testing.

mod builder;

pub use builder::RepoBuilder;