Decision Workspace
kintoun vs emdb vs turbokv
Side-by-side comparison of Rust crates
43
kintoun
experimentalv0.0.1
Distributed key-value store in Rust. Early development — not yet usable. Built as a Rust learning project toward streams, queues, and clustering.
53
emdb
experimentalv1.0.0
Lightweight, high-performance embedded key-value database. Bitcask-style append-only journal, lock-free sharded hash index, at-rest encryption, sync + async APIs with streaming iterators.
52
turbokv
experimentalv0.5.0
A fast, embedded key-value store with BTreeMap-like API.
Core Metrics
| kintoun | emdb | turbokv | |
|---|---|---|---|
| Health Score | 43 | 53 | 52 |
| Total Downloads | 9 | 280 | 110 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 20 | 6 |
| Last Updated | 24d ago | 7d ago | 1d ago |
| Age | 24d | 1m | 4m |
Health Breakdown
kintoun
Maintenance
11
Quality
13
Community
6
Popularity
1
Documentation
12
emdb
Maintenance
14
Quality
15
Community
6
Popularity
3
Documentation
15
turbokv
Maintenance
19
Quality
10
Community
6
Popularity
2
Documentation
15
Technical Details
| kintoun | emdb | turbokv | |
|---|---|---|---|
| Version | 0.0.1 | 1.0.0 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | Apache-2.0 |
| Dependencies | 4 | 23 | 40 |
| Crate Size | 12KB | 280KB | 94KB |
| Features | 0 | 8 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.85 | 1.75 | 1.80.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •emdb leads with a health score of 53/100, but none of the options score above 80.
- •kintoun, turbokv are pre-1.0 — API may change.