Skip to content

Commit 81a97fd

Browse files
authored
Merge pull request #2198 from hit-box/add-hitbox
Add hitbox to Caching section
2 parents 6072015 + d1cd6a0 commit 81a97fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
11431143
* [06chaynes/http-cache](https://github.com/06chaynes/http-cache) [[http-cache](https://crates.io/crates/http-cache)] - A caching middleware that follows HTTP caching rules [![build badge](https://github.com/06chaynes/http-cache/workflows/http-cache/badge.svg)](https://github.com/06chaynes/http-cache/actions/workflows/http-cache.yml)
11441144
* [aisk/rust-memcache](https://github.com/aisk/rust-memcache) - Memcached client library
11451145
* [al8n/stretto](https://github.com/al8n/stretto) - A high performance thread-safe memory-bound cache [![build badge](https://github.com/al8n/stretto/actions/workflows/ci.yml/badge.svg)](https://github.com/al8n/stretto/actions/workflows/ci.yml)
1146+
* [hit-box/hitbox](https://github.com/hit-box/hitbox) - A declarative cache orchestration framework with HTTP middleware and multi-tier backends [![CI](https://github.com/hit-box/hitbox/actions/workflows/CI.yml/badge.svg)](https://github.com/hit-box/hitbox/actions/workflows/CI.yml)
11461147
* [jaemk/cached](https://github.com/jaemk/cached) - Simple function caching/memoization
11471148
* [moka-rs/moka](https://github.com/moka-rs/moka) - A high performance concurrent caching library inspired by the Caffeine library for Java [![build badge](https://github.com/moka-rs/moka/workflows/CI/badge.svg)](https://github.com/moka-rs/moka/actions/workflows/CI.yml)
11481149
* [mozilla/sccache](https://github.com/mozilla/sccache/) - Shared Compilation Cache, great compilation

0 commit comments

Comments
 (0)