[][src]Module librelic::git

Structs

Repo

Git repository

RepoGroup

Git repository

Enums

Error

Define common error wrapper type

Functions

is_repo

Returns true if the path directory is a repositiory

remote_branch_exists

Returns Ok(()) if the remote repo branch exists else an Error. Does not clone repo as is meant to be as lite as possible.

Type Definitions

Result

Result<T> provides a simplified result type with a common error type