Skip to main content

Crate zccache

Crate zccache 

Source
Expand description

zccache — transitional absorber crate. See README and issue #365.

Each pub mod below corresponds to a former workspace crate of the same name (zccache-corecore, zccache-hashhash, etc.). New code should use crate::<module>::* instead of the legacy zccache_<module>::* paths, which are being deleted wave by wave.

Modules§

artifact
Disk artifact cache for zccache.
ci
Library half of the zccache-ci stop hook.
cli
compiler
Compiler detection and argument parsing for zccache.
core
Core types and traits for zccache.
daemon
zccache daemon library.
depgraph
Dependency graph for include-aware cache invalidation.
download
download_client
download_daemon
download_protocol
fingerprint
Lightweight fingerprint cache for CI and tooling.
fscache
File metadata cache for zccache.
gha
hash
Hashing utilities for zccache.
ipc
IPC transport layer for zccache.
protocol
IPC protocol types and serialization for zccache.
symbols
Release-build marker and per-crash sidecar primitives.
watcher
File watcher for zccache.