Crate tugger_rust_toolchain[][src]

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

TOML manifests.

Structs

Represents an installed toolchain on the filesystem.

Functions

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

Install a functional Rust toolchain capable of running on and building for a target triple.

Resolve a PackageArchive for a requested Rust toolchain package.