pub fn link_to<P: AsRef<Path>, Q: AsRef<Path>>( from: P, to: Q) -> Result<HashSet<PathBuf>>
Links all files in source to the destination Returns a list of all links created