https://github.com/cad97/simple-cache
https://github.com/cad97/simple-cache
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cad97/simple-cache
- Owner: CAD97
- Created: 2023-03-19T00:27:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T00:27:21.000Z (over 3 years ago)
- Last Synced: 2025-07-01T03:03:36.128Z (about 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
There are more featureful cache implementations out there. You might want to use
one of them. This crate exists to be a very simple and obviously correct
implementation, following the same design philosophy as [simple-interner].
If you want a more featureful interface, use a different crate; this crate
exists to offer the availability of the simple one, and a starting place for
more specialized customizations.