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.
fn collect_paths(
dir_path: &Path,
manifest: &Manifest<PackageMetadata>,
) -> Vec<PathBuf>
Returns all the paths to the Rust source files for a crate contained at the given path.