Expand description
This module defines the Install
struct, which represents the [install]
table
in the bootstrap.toml
configuration file.
The [install]
table contains options that specify the installation paths
for various components of the Rust toolchain. These paths determine where
executables, libraries, documentation, and other files will be placed
during the install
stage of the build.
Structsยง
- Install
- TOML representation of various global install decisions.