hitbox-backend

Crates.iohitbox-backend
lib.rshitbox-backend
version0.1.1
sourcesrc
created_at2021-05-29 18:38:15.415496
updated_at2021-05-29 21:03:52.418168
descriptionBackend trait for asynchronous caching framework in Rust.
homepage
repositoryhttps://github.com/hit-box/hitbox/
max_upload_size
id403589
size6,980
Maxim Belousov (singulared)

documentation

README

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

Commit count: 458

cargo fmt