create_symlink

Function create_symlink 

Source
pub fn create_symlink(
    src: impl AsRef<Path>,
    dst: impl AsRef<Path>,
) -> Result<()>
Expand description

Create a symlink at dst pointing to src.