pub fn fetch_channel_manifest(channel: &str) -> Result<Manifest>
Expand description

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

Returns the verified and parsed manifest.