pub fn collect_all_files(
root: &Utf8Path,
) -> Result<Vec<(Utf8PathBuf, Utf8PathBuf)>>Expand description
Every file under root, as (root-relative, absolute) pairs, sorted.
pub fn collect_all_files(
root: &Utf8Path,
) -> Result<Vec<(Utf8PathBuf, Utf8PathBuf)>>Every file under root, as (root-relative, absolute) pairs, sorted.