Module rust_releases::linear[][src]

Expand description

Provides an iterator over the latest patch versions for stable releases.

Structs

An iterator over the latest stable releases, with only the latest patch version included. For example, if the ordered set of releases given consists of {"1.40.2", "1.40.1", "1.40.0", "1.39.0", "1.38.1", "1.38.0"}, the iterator will return in order {"1.40.2", "1.39.0", "1.38.1"}.

Traits

Trait to transform any iterator over Release into a LatestStableReleasesIterator