cargo-sweep 0.8.0

A tool for cleaning unused build files created by Cargo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```console
$ cargo-sweep -h
A tool for cleaning unused build files created by Cargo

Usage: cargo-sweep[EXE] <COMMAND>

Commands:
  sweep  A tool for cleaning unused build files created by Cargo
  help   Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

```