Decision Workspace
wombatkv-store vs wombatkv-core vs wombatkv-format
Side-by-side comparison of Rust crates
48
wombatkv-store
experimentalv0.1.0-alpha.pre1.0
Object-store backend (S3 / MinIO / R2 / GCS) for WombatKV. Async writes, sync reads, per-namespace LRU eviction with CAS safety.
48
wombatkv-core
experimentalv0.1.0-alpha.pre1.0
Core types, errors, and shared primitives for WombatKV (object-storage-native KV cache system for LLM inference). Leaf crate, no internal deps.
48
wombatkv-format
experimentalv0.1.0-alpha.pre1.0
Wire-format codecs for WombatKV: 16-byte universal envelope (magic + version + CRC32C + len per RFC 0018), blake3 chain hashing, rkyv archive helpers. Internal to the wombatkv-* workspace; consumers should depend on wombatkv-cabi or wombatkv-node.
Core Metrics
| wombatkv-store | wombatkv-core | wombatkv-format | |
|---|---|---|---|
| Health Score | 48 | 48 | 48 |
| Total Downloads | 71 | 71 | 89 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 3 | 1 | 2 |
| Releases | 1 | 1 | 1 |
| Last Updated | 49d ago | 49d ago | 49d ago |
| Age | 1m | 1m | 1m |
Health Breakdown
wombatkv-store
Maintenance
10
Quality
13
Community
8
Popularity
2
Documentation
15
wombatkv-core
Maintenance
10
Quality
14
Community
7
Popularity
2
Documentation
15
wombatkv-format
Maintenance
10
Quality
14
Community
7
Popularity
2
Documentation
15
Technical Details
| wombatkv-store | wombatkv-core | wombatkv-format | |
|---|---|---|---|
| Version | 0.1.0-alpha.pre1.0 | 0.1.0-alpha.pre1.0 | 0.1.0-alpha.pre1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | Apache-2.0 | Apache-2.0 |
| Dependencies | 5 | 3 | 1 |
| Crate Size | 36KB | 11KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.95.0 | 1.95.0 | 1.95.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •wombatkv-store leads with a health score of 48/100, but none of the options score above 80.
- •wombatkv-format has the most downloads (89), suggesting wider adoption.