Hitbox Blog
Articles, news and deep-dives from the Hitbox async caching framework for Rust
Four Ways to Cache in Rust
There are a few ways to add caching to a Rust project. This article walks through each approach, explains when to reach for it, and shows how Hitbox fits in.
Should I Use Moka or Hitbox?
A short overview of the Rust caching ecosystem — what stores data, what coordinates it, and where Hitbox fits in.
Add Response Caching to Axum in 10 Minutes
A step-by-step guide to adding transparent HTTP response caching to your Axum application using Hitbox — from zero to cached in under 10 minutes.