Struct conductor::Repo [] [src]

pub struct Repo { /* fields omitted */ }

A single repository.

Methods

impl Repo
[src]

A short local name for this git repository, suitable for use as a directory name or command-line argument.

The remote git URL from which we can clone this repository.

The path to which we would check out this repository, relative to Project::src_dir.

The full path to which we would check out this repository. The project argument is mandatory because we can't store a pointer to it without creating a circular reference loop.

Has this project been cloned locally?

Clone the source code of this repository using git.

Trait Implementations

impl Debug for Repo
[src]

Formats the value using the given formatter.