Function collect_paths

Source
fn collect_paths(
    dir_path: &Path,
    manifest: &Manifest<PackageMetadata>,
) -> Vec<PathBuf>
Expand description

Returns all the paths to the Rust source files for a crate contained at the given path.