run_make_support::rfs

Function copy_dir_all

Source
pub fn copy_dir_all(src: impl AsRef<Path>, dst: impl AsRef<Path>)
Expand description

Copy a directory into another. This will not traverse symlinks; instead, it will create new symlinks pointing at target paths that symlinks in the original directory points to.