Function difft::files::relative_paths_in_either
source · [−]pub(crate) fn relative_paths_in_either(
lhs_dir: &Path,
rhs_dir: &Path
) -> Vec<PathBuf>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
Expand description
Walk lhs_dir
and rhs_dir
, and return relative paths of files
that occur in at least one directory.
Attempts to preserve the ordering of files in both directories.