zccache-cli 1.9.0

Command-line interface for the zccache compiler cache
Documentation
1
2
3
4
5
6
7
8
9
# `zccache-cli` test fixture binaries

Auxiliary `[[bin]]` targets used only by the CLI crate's integration
tests. They are not shipped with the released `zccache` binary.

- **`cli_crash_trigger.rs`** — installs `zccache_core::crash::install("zccache")`
  and then deliberately faults (panic / SIGSEGV / SIGABRT). Used by
  `tests/cli_crash_test.rs` to assert the dump filename includes the
  `zccache` binary stem and the right kind label. See issue #313.