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§
- Counts of various types of files in an archive.
- Reporter for archive operations.
- A mapper for lib dirs.
- Metadata as either deserialized contents or a path, along with a possible directory remap.
- A helper for path remapping.
- Reuse build information.
MetadataKind
for aBinaryList
.MetadataKind
for Cargo metadata.
Enums§
- An archive event.
- Archive format.
- The part of the archive process that is currently in progress.
- Where to extract a nextest archive to.
Constants§
- The name of the file in which binaries metadata is stored.
- The name of the file in which Cargo metadata is stored.
- The name of the directory in which libdirs are stored.
Traits§
- Type parameter for
MetadataWithRemap
.
Functions§
- Archives test binaries along with metadata to the given file.