Expand description
Modelled after docs published at: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
Re-exports§
pub use legacy::LegacyToolchainFile;
pub use toml::RustToolchainToml;
Modules§
Structs§
- Fallback
Error - Parser
- A combined parser for the legacy and TOML toolchain file formats.
Enums§
- Parse
Strategy - Option to determine whether only to parse one rust-toolchain variant (TOML, or legacy), or to fallback to another variant.
- Parser
Error - Toolchain
File - Model of a Rust toolchain file, which can be used to pin a specific toolchain to a Rust project.
- Variant
- Variants which may be used to identify supported rust-toolchain variants.