Crate rust_toolchain

Source
Expand description

§rust-toolchain

The rust-toolchain crate defines a set of types which model a Rust toolchain.

While there is no definitive spec which defines what a “Rust toolchain” is, it tries to follow official Rust sources as closely as possible.

The project is currently primarily modelled around the rough toolchain specification written by the rustup developers. For now, we have disregarded custom toolchains altogether though, both in the name of simplicity, and because the current users didn’t really need it yet. If you would like to see it added, please open an issue (preferably including your use case :)).

This project is part of the rust-releases and cargo-msrv projects.

In case you have a feature request, question, bug, or have another reason to contact the developers, please create a new issue at the rust-releases repository.

Re-exports§

pub use channel::Channel;

Modules§

channel
Rust release channels, such as stable, beta and nightly.

Structs§

Component
A toolchain component
Date
A release date for a Rust toolchain.
RustVersion
A three component, major.minor.patch version number.
Target
A target platform
Toolchain
A Rust toolchain