Crates.io | hitbox-backend |
lib.rs | hitbox-backend |
version | 0.1.1 |
source | src |
created_at | 2021-05-29 18:38:15.415496 |
updated_at | 2021-05-29 21:03:52.418168 |
description | Backend trait for asynchronous caching framework in Rust. |
homepage | |
repository | https://github.com/hit-box/hitbox/ |
max_upload_size | |
id | 403589 |
size | 6,980 |
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.