zccache 1.12.0

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

Subcommand implementations and dispatch glue for the `zccache` binary.
`mod.rs` owns the clap `Cli`/`Commands` definitions and the dispatch match;
each sibling module implements one logical command group (analyze, session,
warm, rust-plan, fp, wrap, etc.) so no single file is too large to navigate.