Module nextest_runner::reuse_build
source · Expand description
Reuse builds performed earlier.
Nextest allows users to reuse builds done on one machine. This module contains support for that.
The main data structures here are ReuseBuildInfo
and PathMapper
.
Structs
Reporter for archive operations.
Metadata as either deserialized contents or a path, along with a possible directory remap.
A helper for path remapping.
Reuse build information.
Enums
An archive event.
Archive format.
Where to extract a nextest archive to.
Represents either a path to metadata or actual deserialized metadata.
Constants
The name of the file in which binaries metadata is stored.
The name of the file in which Cargo metadata is stored.
Functions
Archives test binaries along with metadata to the given file.