Crate manifesta[][src]

Structs

ManifestSource
MetaManifest
Release

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

ReleaseIndex

A release index is a data structure holding known Rust releases

Enums

Channel
DocumentSource

A DocumentSource represents a location from which a document can be accessed.

ManifestaError

Functions

fetch_meta_manifest

Download the meta manifest, unless it exists in the cache and is not stale

fetch_release_manifests

Download the the release manifests for a certain channel, unless they exists in the cache and are not stale

Type Definitions

TResult