Function tugger_rust_toolchain::fetch_channel_manifest[][src]

pub fn fetch_channel_manifest(
    logger: &Logger,
    channel: &str
) -> Result<Manifest>

Fetch, verify, and parse a Rust toolchain manifest for a named channel.

Returns the verified and parsed manifest.