Decision Workspace
bable vs rusty-leveldb vs sstable
Side-by-side comparison of Rust crates
40
bable
growingv0.1.0
Badger's high performance sst table implementation
55
rusty-leveldb
growingv4.0.1
A compatible re-implementation of LevelDB in Rust
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.
Core Metrics
| bable | rusty-leveldb | sstable | |
|---|---|---|---|
| Health Score | 40 | 55 | 45 |
| Total Downloads | 3.0K | 152.1K | 61.6K |
| 30d Downloads | 5 | 4.9K | 736 |
| Dependents | 0 | 102 | 68 |
| Releases | 2 | 40 | 29 |
| Last Updated | 1293d ago | 150d ago | 1070d ago |
| Age | 3y 7m | 8y 5m | 9y 4m |
Health Breakdown
bable
Maintenance
4
Quality
16
Community
6
Popularity
4
Documentation
10
rusty-leveldb
Maintenance
11
Quality
20
Community
8
Popularity
6
Documentation
10
sstable
Maintenance
6
Quality
14
Community
7
Popularity
6
Documentation
12
Technical Details
| bable | rusty-leveldb | sstable | |
|---|---|---|---|
| Version | 0.1.0 | 4.0.1 | 0.11.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0/MIT | MIT | MIT |
| Dependencies | 19 | 11 | 6 |
| Crate Size | 46KB | 106KB | 29KB |
| Features | 11 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| 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.
- •⚠ bable, sstable have not been updated in over a year.
- •bable, sstable are pre-1.0 — API may change.