pub fn link_into<P: AsRef<Path>, Q: AsRef<Path>>(
    from: P,
    into: Q
) -> Result<HashSet<PathBuf>>
Expand description

Creates links inside the destination corresponding to the file structure of the origin Returns a list of all links created