rustlavel-cache
Rustlavel cache: memory, file and from-scratch Redis drivers, plus rate limiting.
Part of Rustlavel, a full-stack web framework for Rust written from scratch — no Axum, no hyper, no SeaORM. Tokio is the only large dependency.
Using it
Enable it through the meta-crate rather than depending on this one directly, so the versions stay in step:
[]
= { = "0.7", = ["cache"] }
Documentation
- API documentation
- The framework, including the roadmap and the design rules this crate is written under
Licence
MIT.