cargo-reclaim 0.2.0

Safe Cargo cleanup for target directories, stale artifacts, and Cargo home caches
Documentation
1
2
3
4
5
6
7
8
mod command;
mod json;
mod labels;
mod terminal;

pub(super) use command::{
    CargoConfigCommand, parse_cargo_config_command, run_cargo_config_command,
};