dircpy
pub fn copy_dir<P: AsRef<Path>>(source: P, dest: P) -> Result<(), Error>
Copy a directory from source to dest, creating dest, with minimal options.
source
dest