pub fn copy_dir_sanitized(
    src_dir: &Path,
    dest_dir: &Path,
    changes: &mut Vec<String>
) -> Result<()>
Expand description

Make a copy of the directory, but skip or rename all files that are potentially dangerous in Cargo projects