Expand description
Core types and traits for zccache.
This crate contains shared types, error definitions, path utilities, and configuration structures used across all zccache crates.
Re-exports§
pub use error::Error;pub use error::Result;pub use path::normalize;pub use path::normalize_for_key;pub use path::normalize_msys_path;pub use path::stable_path_id;pub use path::NormalizedPath;
Modules§
- config
- Configuration types for zccache.
- crash
- Shared crash dumper used by both
zccache-cliandzccache-daemon. - defender
- Windows Defender exclusion helper (issue #273).
- error
- Error types for zccache.
- lifecycle
- Daemon lifecycle event log — shared writer for CLI + daemon.
- path
- Cross-platform path utilities.
- version
- Lightweight semver parser for
major.minor.patchversion strings.
Constants§
- VERSION
- The version string from Cargo.toml (workspace version).