Expand description
Support for emulating Cargo’s configuration file discovery.
Since cargo config get
is not stable as of Rust 1.61, nextest must do its own config file
search.
Structs§
- Cargo
Configs - A store for Cargo config files discovered from disk.
- Cargo
Environment Variable - An environment variable set in
config.toml
. See https://doc.rust-lang.org/cargo/reference/config.html#env. - Environment
Map - Environment variables to set when running tests.
- Extracted
Custom Platform - Represents a custom platform that was extracted from stored metadata.
- Target
Triple - Represents a target triple that’s being cross-compiled against.
Enums§
- Cargo
Config Source - The source of a Cargo config.
- Cargo
Target Arg - Cargo argument for downstream commands.
- Target
Definition Location - The location a target triple’s definition was obtained from.
- Target
Triple Source - The place where a target triple’s configuration was picked up from.
Functions§
- relative_
dir_ for - Returns the directory against which relative paths are computed for the given config path.