Skip to main content

GitCoord

Type Alias GitCoord 

Source
pub type GitCoord<'a> = (&'a str, Option<&'a str>, Option<&'a str>, Option<&'a str>);
Expand description

A git dependency coordinate: (url, branch, tag, rev). branch/tag/rev are mutually exclusive (at most one set); all None means the default branch.