Skip to main content

pathdiff

Function pathdiff 

Source
pub fn pathdiff(cwd: &Path, work_tree: &Path) -> Option<String>
Expand description

Current directory relative to work_tree, or None if cwd is the work tree root.