zccache 1.11.18

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

`#[cfg(test)]`-only tests for the `context/` module, split per surface:

- `cc.rs``CompileContext`, `compute_context_key`, `compute_artifact_key`
  (C/C++).
- `rustc.rs``RustcCompileContext`, `compute_rustc_artifact_key`,
  `CARGO_*` env-var filter regressions (issues #139 / #396).
- `mod.rs` — shared test helpers (`make_context`, `make_rustc_context`,
  `make_rustc_context_with_env`).