symlink

Function symlink 

Source
pub fn symlink<P: AsRef<Path>, Q: AsRef<Path>>(src: P, dst: Q) -> Result<()>
Available on Unix only.
Expand description

Creates a new symbolic link on the filesystem.

Wrapper for std::os::unix::fs::symlink