Skip to main content

mirror_module_tree

Function mirror_module_tree 

Source
pub fn mirror_module_tree(
    src_dir: &Path,
    dest_dir: &Path,
    already_done: &mut HashSet<PathBuf>,
) -> Result<()>
Expand description

Recursively mirror the source tree rooted at src_dir into dest_dir, lowering strict-marked .rs files and hard-linking/copying others.