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

Links all files in source to the destination Returns a list of all links created