https://github.com/ztgx/cossack
A leveldb like key value store
https://github.com/ztgx/cossack
Last synced: over 1 year ago
JSON representation
A leveldb like key value store
- Host: GitHub
- URL: https://github.com/ztgx/cossack
- Owner: zTgx
- Created: 2022-03-07T07:39:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T12:04:29.000Z (over 4 years ago)
- Last Synced: 2025-01-13T14:45:48.264Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cossack
A toy key value store
### Build
```
make build
```