Function xtask::utils::to_relative_paths

source ยท
pub fn to_relative_paths<P: AsRef<Path>>(
    paths: Vec<PathBuf>,
    base_dir: P,
) -> Vec<PathBuf>