zccache 1.11.18

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

On-disk persistence of the dependency graph. `mod.rs` exposes the public
API (`save_to_file`, `load_from_file`, `classify_load`); `persistence.rs`
handles the file I/O; `tests/` (cfg(test)-only) splits per concern —
roundtrip, persistence, behavioral.