pub fn copy_directory_contents(src: &Path, dest: &Path) -> Result<()>
Expand description
Recursively copy directory contents from source to destination
This function copies all files and subdirectories from the source path to the destination, excluding version control directories like .git, .svn, and .hg.