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::NormalizedPath;
Modules§
- config
- Configuration types for zccache.
- error
- Error types for zccache.
- path
- Cross-platform path utilities.
- version
- Lightweight semver parser for
major.minor.patchversion strings.
Constants§
- VERSION
- The version string from Cargo.toml (workspace version).