#cargo-clean #clean #recursion

app cargo-rclean

Clean your rust projects, recursively

5 stable releases

1.2.0 Dec 1, 2020
1.1.0 Dec 1, 2020
1.0.3 Dec 1, 2020
1.0.1 Nov 30, 2020

#17 in #cargo-clean

Custom license

17KB
157 lines

Clean your rust projects, recursively

Disclaimer

This program comes with no warranty. You must use this program at your own risk.

Example

Installation

$ cargo install cargo-rclean

Or you may want to keep up with upstream

$ cargo install --git https://github.com/TENX-S/cargo-rclean.git --branch main

Usage

$ cargo-rclean --help
cargo-rclean 1.2.0
Ares <coldswind@pm.me>
Clean your rust project, recursively

USAGE:
    cargo-rclean [FLAGS] <PATH>

FLAGS:
    -a, --all        Clean the rust projects no matter it has a target folder or not
    -d, --doc        Whether or not to clean just the documentation directory
    -h, --help       Prints help information
    -r, --release    Whether or not to clean release artifacts
    -V, --version    Prints version information

ARGS:
    <PATH>    Cleans up all rust projects in the specified directory

Dependencies

~1.7–8.5MB
~66K SLoC