Function cargo::util::toml::targets::infer_from_directory

source ยท
fn infer_from_directory(
    package_root: &Path,
    relpath: &Path
) -> Vec<(String, PathBuf)>