Expand description
§rust-release
The [rust-release] crate defines a set of types which model a Rust release.
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.
Modules§
- date
- A module for an unrefined Date type, solely used as a version number.
- toolchain
- Describes toolchains in so far they’re relevant to a release
- version
- Describes the version of a release Version information for a Rust release.
Structs§
- Beta
- The
Betareleasechannel - Nightly
- The
Nightlyreleasechannel - Rust
Release - Type to model a Rust release.
- Stable
- The
Stablereleasechannel
Enums§
- Release
Version - A combination of a channel and the version number.