Crate symlink[−][src]
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. |