Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quasiyoke/cst


https://github.com/quasiyoke/cst

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# storage

Sync key-value storage abstraction over RAM/remote storage engine.

## Assumptions

- We wouldn't want to change the interface of the `RedisMock`.

## Checks

```sh
cargo test && cargo clippy && cargo +nightly fmt
```

## Example

Check out `tests` directory for usage examples.