toolchain-clean

Crates.iotoolchain-clean
lib.rstoolchain-clean
version
sourcesrc
created_at2025-01-11 01:02:13.559506
updated_at2025-01-11 01:55:08.100101
descriptionCleans rust toolchains installed by cargo msrv
homepagehttps://gitlab.com/hsn10/toolchain-clean
repositoryhttps://gitlab.com/hsn10/toolchain-clean.git
max_upload_size
id1511948
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Radim Kolar (hsn10)

documentation

README

rust toolchain cleaner

Version License MSRV Safe Rust dependency status Downloads

About

This small program deletes all installed rust toolchains except channels:

  1. beta
  2. stable
  3. nightly
  4. unstable

Requirements

  1. rustup toolchain installer.

Arguments

  1. -h print help message and exit
  2. -v print version number and exit
  3. -l list installed rust toolchains
  4. -n do not delete any installed rust toolchains

Default action is to delete installed old rust toolchains.

License

This is free and unencumbered software released into the public domain.

This code can be used under terms of CC0 or the Unlicense.

Unlicense logo

Commit count: 14

cargo fmt