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