Module nextest_runner::cargo_config
source · 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§
- A store for Cargo config files discovered from disk.
- An environment variable set in
config.toml
. See https://doc.rust-lang.org/cargo/reference/config.html#env. - Environment variables to set when running tests.
- Represents a custom platform that was extracted from stored metadata.
- Represents a target triple that’s being cross-compiled against.
Enums§
- The source of a Cargo config.
- Cargo argument for downstream commands.
- The location a target triple’s definition was obtained from.
- The place where a target triple’s configuration was picked up from.
Functions§
- Returns the directory against which relative paths are computed for the given config path.