Function cargo_test_support::git::repo

source ·
pub fn repo(p: &Path) -> RepoBuilder
Expand description

Create a RepoBuilder to build a new git repository.

Call build() to finalize and create the repository.