Function shadow_rs::utility::copy_dir_all

source ยท
pub fn copy_dir_all(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> Result<()>
Expand description

Copy the contents of the src directory to a new directory named dst. Permissions will be preserved.