zccache 1.12.16

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

- `lib.rs` — crate root: re-aliases the subsystem crates (`core`, `ipc`, …) and
  `daemon` (from `zccache-daemon-core`), then declares the CLI subsystem modules.
- `cli/` — subcommands, compiler wrapper mode, and client (moved from `zccache`).
- `download_client/` — client for the download-cache daemon (CLI-only).
- `download_daemon/` — download-cache daemon logic (CLI-only).