1 unstable release

0.1.1 May 29, 2021
0.1.0 May 29, 2021

#4 in #cache-backend

Download history 4/week @ 2024-02-15 19/week @ 2024-02-22 12/week @ 2024-02-29 7/week @ 2024-03-07 11/week @ 2024-03-14 4/week @ 2024-03-21 51/week @ 2024-03-28 37/week @ 2024-04-04 16/week @ 2024-04-11 70/week @ 2024-04-18

174 downloads per month
Used in 3 crates

MIT license

6KB
59 lines

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


lib.rs:

Traits and struct messages for hitbox backend interaction.

If you want implement your own backend, you in the right place.

Dependencies

~8MB
~132K SLoC