Actix storage is a simple wrapper around some key-value storages to provide basic operations without knowing the backend in advance.
Actix-storage is meant to be used alongside one the implementer crates, ex:
```toml
[dependencies] actix-storage = "0.2.0-alpha" actix-storage-hashmap = "0.2.0-alpha" ```
There are bunch of examples in the examples
folder, very basic ones thought, but it will give you the idea.
This project is licensed under either of
at your option.