cargo-toolchain

Crates.iocargo-toolchain
lib.rscargo-toolchain
version0.1.0
sourcesrc
created_at2020-07-03 11:46:16.409679
updated_at2020-07-03 11:46:16.409679
descriptionUtility to get information on active rustup toolchains
homepage
repositoryhttps://github.com/ian-fox/cargo-toolchain
max_upload_size
id260975
size6,654
Ian Fox (ian-fox)

documentation

README

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

Commit count: 5

cargo fmt