**A tool library, the functions refer to the windows command subst, associates a path with a drive letter.**
**dependency**:
```bash
cargo add win_subst
```
**import**
```rust
use win_subst::add;
```
**call**
```rust
add("<drive1>:", "[<drive2>:]<path>");
```
* *