Skip to main content

collect_all_files

Function collect_all_files 

Source
pub fn collect_all_files(
    root: &Utf8Path,
) -> Result<Vec<(Utf8PathBuf, Utf8PathBuf)>>
Expand description

Every file under root, as (root-relative, absolute) pairs, sorted.