parse_git

Function parse_git 

Source
fn parse_git(
    it: impl Iterator<Item = impl AsRef<str>>,
) -> CargoResult<Option<GitFeatures>>