Crate cargo_difftests
source ·Modules§
- This module contains the
AnalysisContext
type, which is used to perform the analysis of a difftest, or a test index. - Profiling data, deserialized from
llvm-cov export
JSON. - Holds the
Difftest
struct and related functions.
Macros§
Structs§
- A list of differences between two indexes.
Enums§
- An analysis verdict.
- Errors that can occur when running
cargo difftests
. - A difference between two indexes, given by comparing the list of files that the Difftests they come from touched.
Functions§
- Compares two indexes, returning an error consisting of their deltas if they are different, or Ok if they are the same.