From fd895651d94b84dd3f7ed6531176ad68dfad3ec7 Mon Sep 17 00:00:00 2001 From: Andrey Ermilov Date: Tue, 1 Jun 2021 19:56:52 +0300 Subject: [PATCH] Add Hitbox to list of Caching --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 996f045..7870199 100644 --- a/README.md +++ b/README.md @@ -792,6 +792,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [jaysonsantos/bmemcached-rs](https://github.com/jaysonsantos/bmemcached-rs) — Memcached library written in pure rust [![build badge](https://api.travis-ci.org/jaysonsantos/bmemcached-rs.svg?branch=master)](https://travis-ci.org/jaysonsantos/bmemcached-rs) * [jaemk/cached](https://github.com/jaemk/cached) — Simple function caching/memoization * [aisk/rust-memcache](https://github.com/aisk/rust-memcache) — Memcached client library [![build badge](https://api.travis-ci.org/aisk/rust-memcache.svg?branch=master)](https://travis-ci.org/aisk/rust-memcache) +* [hit-box/hitbox](https://github.com/hit-box/hitbox) — Asynchronous caching framework supporting multiple backends [![Build status](https://github.com/hit-box/hitbox/actions/workflows/CI.yml/badge.svg)](https://github.com/hit-box/hitbox/actions?query=workflow) ### Concurrency