Crate rust_toolchain_file

Source
Expand description

Re-exports§

pub use legacy::LegacyToolchainFile;
pub use toml::RustToolchainToml;

Modules§

legacy
toml

Structs§

FallbackError
Parser
A combined parser for the legacy and TOML toolchain file formats.

Enums§

ParseStrategy
Option to determine whether only to parse one rust-toolchain variant (TOML, or legacy), or to fallback to another variant.
ParserError
ToolchainFile
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.