Crates.io | cargo-clean |
lib.rs | cargo-clean |
version | 0.1.1 |
source | src |
created_at | 2023-03-26 02:20:01.805678 |
updated_at | 2023-04-17 01:44:31.430133 |
description | A cargo-clean utility |
homepage | |
repository | |
max_upload_size | |
id | 820787 |
size | 12,087 |
递归清除给定目录下的所有 rust 项目缓存,瞬间释放你的磁盘。
特别声明:
说干就干,其实关键代码就是扫描给定目录下面的所有 rust 项目,然后执行 cargo clean 即可。
cargo install cargo-clean
cargo install --locked --force --git https://github.com/zhenfeng-zhu/cargo-clean.git
## 移除当前目录下的所有rust构建缓存,一键释放你的磁盘空间。
cargo-clean .