pub fn soft_link<P: AsRef<Path>, Q: AsRef<Path>>(src: P, dst: Q) -> Result<()>
replaced with std::os::unix::fs::symlink and std::os::windows::fs::{symlink_file, symlink_dir}
Wrapper for fs::soft_link.
fs::soft_link