#toolchain #rustup #cargo

bin+lib cargo-toolchain

Utility to get information on active rustup toolchains

1 unstable release

0.1.0 Jul 3, 2020

#495 in Cargo plugins

Download history 67/week @ 2024-11-13 381/week @ 2024-11-20 127/week @ 2024-11-27 434/week @ 2024-12-04 195/week @ 2024-12-11 136/week @ 2024-12-18 28/week @ 2025-01-01 161/week @ 2025-01-08 130/week @ 2025-01-15 20/week @ 2025-01-22 32/week @ 2025-01-29 39/week @ 2025-02-05 39/week @ 2025-02-12 176/week @ 2025-02-19 39/week @ 2025-02-26

299 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

7KB
71 lines

cargo-toolchain

cargo-toolchain is a utility to get the currently active and default rustup toolchains.

It requires that rustup is installed.

Usage as a CLI

cargo install cargo-toolchain

cargo toolchain # prints the currently active cargo toolchain, e.g. 'stable'

cargo toolchain -d # prints the default toolchain for the directory

cargo toolchain -h # print help message

Usage as a Library

https://docs.rs/cargo-toolchain


lib.rs:

cargo-toolchain

cargo-toolchain is a utility to get the currently active and default rustup toolchains.

It requires that rustup is installed.

Usage as a CLI

cargo install cargo-toolchain

cargo toolchain # prints the currently active cargo toolchain, e.g. 'stable'

cargo toolchain -d # prints the default toolchain for the directory

cargo toolchain -h # print help message

Dependencies

~135KB