Skip to main content

StatMap

Type Alias StatMap 

Source
pub type StatMap = BTreeMap<String, StatEntry>;
Expand description

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.

Aliased Type§

pub struct StatMap { /* private fields */ }