Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozerovandrei/simplekv
Simple KV
https://github.com/ozerovandrei/simplekv
Last synced: 1 day ago
JSON representation
Simple KV
- Host: GitHub
- URL: https://github.com/ozerovandrei/simplekv
- Owner: ozerovandrei
- License: apache-2.0
- Created: 2020-11-27T08:29:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-27T08:29:47.000Z (about 4 years ago)
- Last Synced: 2024-11-11T14:51:13.344Z (2 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Simple KV
This repository contains library and for Simple Key-Value storage as well as two examples of its usage.
This project is based on [Rust in Action](http://www.rustinaction.com) book by @timClicks.