pub async fn symlink( original: impl AsRef<Path>, link: impl AsRef<Path>, ) -> Result<(), Error>
fs
Creates a new symbolic link on the filesystem.