Struct cargo::util::GitRepo [] [src]

pub struct GitRepo;

Methods

impl GitRepo

fn init(path: &Path) -> CargoResult<GitRepo>

fn discover(path: &Path) -> Result<Repository, Error>