xtask::utils

Function to_relative_paths

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