Skip to main content

paths_from_explicit_list

Function paths_from_explicit_list 

Source
pub fn paths_from_explicit_list(
    paths: &[PathBuf],
) -> IngestionResult<Vec<PathBuf>>
Expand description

Validate and return an explicit list of file paths (must each exist and be a file).

Duplicates are removed while preserving first occurrence order.