Function cargo_test_support::git::repo
source · pub fn repo(p: &Path) -> RepoBuilderExpand description
Create a RepoBuilder to build a new git repository.
Call build() to finalize and create the repository.
pub fn repo(p: &Path) -> RepoBuilderCreate a RepoBuilder to build a new git repository.
Call build() to finalize and create the repository.