Crate rust_toolchain_file
source ·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
- A combined parser for the legacy and TOML toolchain file formats.
Enums
- Option to determine whether only to parse one rust-toolchain variant (TOML, or legacy), or to fallback to another variant.
- Model of a Rust toolchain file, which can be used to pin a specific toolchain to a Rust project.
- Variants which may be used to identify supported rust-toolchain variants.