pub fn copy_dir_contents(src: &Path, dest: &Path) -> Result<()>
Copy the contents of a directory recursively to another directory. Identical files will be overwritten