pub fn diff_path( path: impl AsRef<Path>, base: impl AsRef<Path>, ) -> Option<PathBuf>
Diffs two paths against each other.
See the pathdiff crate for more information on what diffing paths does.
pathdiff