Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quasiyoke/cst
https://github.com/quasiyoke/cst
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/quasiyoke/cst
- Owner: quasiyoke
- Created: 2023-10-18T15:35:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-19T22:59:35.000Z (about 1 year ago)
- Last Synced: 2023-10-20T09:07:24.259Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.