pub fn copy_dir( source: impl AsRef<Path>, target_dir: impl AsRef<Path>, ) -> Result<()>
project-util
Copies all content of the source dir into the target dir