rs_clean 0.1.0

Rust project that provides a command-line tool designed for cleaning up build artifacts within projects.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# clean rust project target


**clean rust project target just input base_dir All compilations in the changed directory will be cleared.**

## Quick Start


```console
$ cargo run  folder/
```
## install


```shell
cargo install --git https://github.com/pwh-pwh/rs_clean.git
```

## todo

show time