Expand description
Defines the rust version types.
Structs§
- Rust
Version - Indicates the rust version.
- Stable
Version Spec - Specifies a specific stable version, like
1.48
.
Enums§
- Channel
- The channel of the rust compiler release.
- Stable
Version Parse Error - An error while parsing a
StableVersionSpec
.