#toolchain #installed #beta #stable #nightly #unstable #clean

app toolchain-clean

Cleans rust toolchains installed by cargo msrv

3 releases (1 stable)

new 1.0.0 Jan 11, 2025
0.9.1 Jan 11, 2025
0.9.0 Jan 11, 2025

#413 in Development tools

Download history 324/week @ 2025-01-07

324 downloads per month

Unlicense OR CC0-1.0

7KB
72 lines

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

Dependencies

~36KB