pub type StatMap = BTreeMap<String, StatEntry>;
A stat map: workspace-relative path → StatEntry. A BTreeMap keeps the keys sorted, which both the digest (stable hash over sorted tuples) and the diff (sorted output classes) rely on.
StatEntry
BTreeMap
pub struct StatMap { /* private fields */ }