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§
Structs§
- Installed
Toolchain - 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.