3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-11-08 16:35:06 +00:00
rust-cache/dist/save
Ryan-Brice 74f2e4d3dd
feat: Implement caching mechanism for Rust projects
- Added CacheConfig class to manage cache paths, keys, and workspace configurations.
- Implemented cache restoration logic in restore.js, including handling cache misses and mismatches.
- Developed save.js to handle cache saving, including cleaning up target directories and registry.
- Introduced utility functions in utils.js for command execution and cache provider selection.
- Created Workspace class in workspace.js to manage Rust workspace metadata and package retrieval.
2025-10-21 17:40:45 +08:00
..
index.js feat: Implement caching mechanism for Rust projects 2025-10-21 17:40:45 +08:00