Skip to main content

collect_files

Function collect_files 

Source
pub fn collect_files(
    root: &Utf8Path,
    paths: &[Utf8PathBuf],
) -> Result<Vec<(Utf8PathBuf, Utf8PathBuf)>>
Expand description

Files under the given root-relative paths, as (relative, absolute) pairs, sorted by relative path. Missing paths are simply absent.