hitbox-backend 0.1.1

Backend trait for asynchronous caching framework in Rust.
Documentation

hitbox-backend

Build status

Hitbox is an asynchronous caching framework supporting multiple backends and suitable for distributed and for single-machine applications.

Hitbox Backend is the core primitive for Hitbox. Trait Backend representing the functions required to interact with cache backend. If you want to implement your own backend, you in the right place.

Examples