Function xplr::path::diff

source ·
pub fn diff<P, B>(path: P, base: B) -> Result<PathBuf>
where P: AsRef<Path>, B: AsRef<Path>,