Module rust_releases::index[][src]

Module which provides the Rust releases index which is produced by a strategy. See ReleaseIndex and Release

Structs

Release

A Rust version release of any channel (stable, beta, nightly)

ReleaseIndex

A release index is a data structure holding known Rust releases. Releases are indexed from the newest to the oldest known release.

StableReleaseIterator

An iterator over the latest stable releases, with only the latest patch version included.