[][src]Function dircpy::copy_dir

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.