Actix-storage


Crates.io version docs.rs docs actions status Codecov Crates.io


Actix storage is a simple wrapper around some key-value storages to provide basic operations without knowing the backend in advance.

Install

Actix-storage is meant to be used alongside one the implementer crates, ex:

```toml

Cargo.toml

[dependencies] actix-storage = "0.2.0-alpha" actix-storage-hashmap = "0.2.0-alpha" ```

Implementations

actix-storage-hashmap docs.rs docs

actix-storage-dashmap docs.rs docs

actix-storage-sled docs.rs docs

actix-storage-redis docs.rs docs

Examples

There are bunch of examples in the examples folder, very basic ones thought, but it will give you the idea.

License

This project is licensed under either of

at your option.