pub fn fetch_channel_manifest(channel: &str) -> Result<Manifest>
Fetch, verify, and parse a Rust toolchain manifest for a named channel.
Returns the verified and parsed manifest.