Function dinghy_build::utils::path_between

source ยท
pub fn path_between<P1: AsRef<Path>, P2: AsRef<Path>>(
    from: P1,
    to: P2,
) -> PathBuf
Expand description

Finds the path to to relative from from.