Expand description
Core configuration types.
This module contains core configuration logic for nextest.
Structs§
- Config
Identifier - An identifier used in configuration.
- Default
Config Warnings - Default implementation of ConfigWarnings that logs warnings using the tracing crate.
- Early
Profile - A nextest profile that can be obtained without identifying the host and target platforms.
- Evaluatable
Profile - A configuration profile for nextest. Contains most configuration used by the nextest runner.
- Nextest
Config - Overall configuration for nextest.
- Nextest
Version Config - Nextest version configuration.
- Tool
Config File - A tool-specific config file.
- Version
Only Config - A “version-only” form of the nextest configuration.
Enums§
- Config
Experimental - Experimental configuration features.
- Nextest
Version Eval - The result of checking whether a
NextestVersionConfig
satisfies a requirement. - Nextest
Version Req - Specification for a nextest version. Part of
NextestVersionConfig
.
Traits§
- Config
Warnings - Trait for handling configuration warnings.
Functions§
- get_
num_ cpus - Gets the number of available CPUs and caches the value.