zccache 1.11.15

Local-first compiler cache for C/C++/Rust/Emscripten
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 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.
//! Each module owns whatever tempfile / fixture helpers its tests use.

mod analyze;
mod args_parsing;
mod cache_ops;
mod daemon;
mod exit_code;
mod snapshot;
mod util;
mod warm_lockfile;