cargo::core::features

Function parse_git

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