Expand description
A small, cross-platform crate for creating symlinks.
For efficiency, you should prefer to use symlink_file
or symlink_dir
—whichever is
appropriate—rather than symlink_auto
Functions§
- remove_
symlink_ auto - Remove a symlink (non-preferred way).
- remove_
symlink_ dir - Remove a directory symlink.
- remove_
symlink_ file - Remove a file symlink.
- symlink_
auto - Create a symlink (non-preferred way).
- symlink_
dir - Create a symlink to a directory.
- symlink_
file - Create a symlink to a file.