High-performance cache policies and supporting data structures.
For the full workflow (release PR → tag → automation), see Releasing CacheKit.
CHANGELOG.md with final date/version and review entries.cargo fmt if needed.cargo clippy --all-targets --all-features -- -D warnings.cargo test.cargo bench --bench lru, --bench lru_k, --bench lfu).cargo doc --no-deps and spot-check new module docs.Cargo.toml version matches the release tag.git tag -a v0.1.0 -m "cachekit v0.1.0" && git push origin v0.1.0git tag -a v0.1.0-alpha -m "cachekit v0.1.0-alpha" && git push origin v0.1.0-alpha
.github/workflows/release.yml trigger matches v*.*.* only.