Crate tugger_rust_toolchain

Source
Expand description

Obtain and interact with Rust toolchains.

This module effectively reimplements the Rust toolchain discovery and download features of rustup to facilitate automatic Rust toolchain install. This enables people without Rust on their machines to easily use PyOxidizer.

Modules§

manifest
TOML manifests.
tar

Structs§

InstalledToolchain
Represents an installed toolchain on the filesystem.

Functions§

fetch_channel_manifest
Fetch, verify, and parse a Rust toolchain manifest for a named channel.
install_rust_toolchain
Install a functional Rust toolchain capable of running on and building for a target triple.
resolve_package_archive
Resolve a PackageArchive for a requested Rust toolchain package.