Show HN: CacheKit – an async Rust cache abstraction from a production system(cachekit.org)
cachekit.org
Show HN: CacheKit – an async Rust cache abstraction from a production system
https://cachekit.org/
1 comments
couldn't find anything about invalidation in the docs. how does that work? usually where these abstractions fall apart for me
I wrote about the process of shipping the crate, including how multiple coding agents were used, where they helped, and where human judgment was still required—especially around correctness, API clarity, and DX.
Write-up: https://medium.com/@indykish/shipping-a-production-grade-rus...