zccache 1.11.18

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

Unit tests for `cli/` submodules, originally a single 1.4K-LOC `tests.rs`.
Split per domain so each file stays well under 1,000 LOC; one module per
sibling `cli/` subject (analyze, cache_ops, daemon, session/args, etc.).
`mod.rs` is just `pub mod` declarations — no shared helpers live here; each
file owns the tempfile/fixture helpers its tests use.