Decision Workspace
sstable vs rusty-leveldb vs veresiye
Side-by-side comparison of Rust crates
45
sstable
growingv0.11.1
Sorted String Tables, an on-disk format for storing immutable maps consisting of string,string pairs, and retrieving values by key efficiently. This crate also features bloom filters, checksums and skipping bad blocks. It is based on the code implemented for the rusty_leveldb crate.
55
rusty-leveldb
growingv4.0.1
A compatible re-implementation of LevelDB in Rust
45
veresiye
growingv1.0.9
Veresiye Database
Core Metrics
| sstable | rusty-leveldb | veresiye | |
|---|---|---|---|
| Health Score | 45 | 55 | 45 |
| Total Downloads | 61.6K | 152.1K | 7.2K |
| 30d Downloads | 736 | 4.9K | 12 |
| Dependents | 68 | 102 | 0 |
| Releases | 29 | 40 | 10 |
| Last Updated | 1070d ago | 150d ago | 425d ago |
| Age | 9y 4m | 8y 5m | 1y 3m |
Health Breakdown
sstable
Maintenance
6
Quality
14
Community
7
Popularity
6
Documentation
12
rusty-leveldb
Maintenance
11
Quality
20
Community
8
Popularity
6
Documentation
10
veresiye
Maintenance
8
Quality
17
Community
5
Popularity
5
Documentation
10
Technical Details
| sstable | rusty-leveldb | veresiye | |
|---|---|---|---|
| Version | 0.11.1 | 4.0.1 | 1.0.9 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | Apache-2.0 |
| Dependencies | 6 | 11 | 8 |
| Crate Size | 29KB | 106KB | 15KB |
| Features | 0 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rusty-leveldb leads with a health score of 55/100, but none of the options score above 80.
- •rusty-leveldb is depended on by 102 crates — strongest ecosystem trust.
- •⚠ sstable, veresiye have not been updated in over a year.
- •sstable is pre-1.0 — API may change.