normalize_target_paths

Function normalize_target_paths 

Source
fn normalize_target_paths<I, S>(targets: I) -> Vec<String>
where I: IntoIterator<Item = S>, S: AsRef<str>,