hitbox
hitbox copied to clipboard
Unbind backend interction with a cache from actix.
The main idea is removing actix dependency from hitbox-backend and hitbox main crate in favor of pure tokio. Need to describe new Backend trait that explicit interaction with CachedValue struct instead of serialized bytes.