From fefbbc35c8fc38224eb4c67d888fd1bb6ee33de5 Mon Sep 17 00:00:00 2001 From: Christian Haynes <06chaynes@gmail.com> Date: Mon, 27 Feb 2023 20:05:35 -0500 Subject: [PATCH] added cacache --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2075786..25cee32 100644 --- a/README.md +++ b/README.md @@ -825,6 +825,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [al8n/stretto](https://github.com/al8n/stretto) - A high performance thread-safe memory-bound Rust cache [![build badge](https://github.com/al8n/stretto/actions/workflows/ci.yml/badge.svg)](https://github.com/al8n/stretto/actions/workflows/ci.yml) * [jaemk/cached](https://github.com/jaemk/cached) — Simple function caching/memoization * [mozilla/sccache](https://github.com/mozilla/sccache/) - Shared Compilation Cache, great for Rust compilation [![build badge](https://api.travis-ci.org/mozilla/sccache.svg?branch=master)](https://travis-ci.org/mozilla/sccache) +* [zkat/cacache-rs](https://github.com/zkat/cacache-rs) - A high-performance, concurrent, content-addressable disk cache, optimized for async APIs [![build badge](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg)](https://github.com/zkat/cacache-rs/actions/workflows/ci.yml) ### Cloud