zccache 1.12.8

Local-first compiler cache for C/C++/Rust/Emscripten
Documentation
1
2
3
4
5
6
7
8
9
# graph/

Core dependency graph: two DashMap-backed indices (`files`, `contexts`) plus
read/write paths for cache verdicts (`check`, `check_diagnostic`,
`try_fast_hit`, `update`).

- `mod.rs` — public surface + the verdict pipeline.
- `tests.rs``#[cfg(test)]` unit tests, kept out of `mod.rs` so the main
  file stays under the LOC guard.