pub async fn symlink(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> Result<()>
tokio
Creates a new symbolic link on the filesystem.
Wrapper for tokio::fs::symlink.
tokio::fs::symlink