Decision Workspace
durability vs wal-rs vs actionqueue-storage
Side-by-side comparison of Rust crates
54
durability
experimentalv0.4.0
Crash-consistent persistence primitives: directory abstraction, generic WAL, checkpoints, and recovery.
47
wal-rs
growingv1.0.2
Write-ahead-log implementation
47
actionqueue-storage
experimentalv0.1.2
WAL, snapshot, and recovery storage layer for the ActionQueue task queue engine.
Core Metrics
| durability | wal-rs | actionqueue-storage | |
|---|---|---|---|
| Health Score | 54 | 47 | 47 |
| Total Downloads | 196 | 7.4K | 176 |
| 30d Downloads | 178 | 22 | 176 |
| Dependents | 15 | 0 | 11 |
| Releases | 5 | 4 | 2 |
| Last Updated | 1d ago | 2735d ago | 8d ago |
| Age | 1m | 7y 6m | 22d |
Health Breakdown
durability
Maintenance
14
Quality
13
Community
9
Popularity
3
Documentation
15
wal-rs
Maintenance
9
Quality
19
Community
5
Popularity
5
Documentation
9
actionqueue-storage
Maintenance
13
Quality
13
Community
8
Popularity
3
Documentation
10
Technical Details
| durability | wal-rs | actionqueue-storage | |
|---|---|---|---|
| Version | 0.4.0 | 1.0.2 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | non-standard | Apache-2.0 |
| Dependencies | 8 | 5 | 9 |
| Crate Size | 73KB | 8KB | 108KB |
| Features | 1 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | — | 2021 |
| MSRV | 1.80 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •durability leads with a health score of 54/100, but none of the options score above 80.
- •wal-rs has the most downloads (7.4K), suggesting wider adoption.
- •⚠ wal-rs has not been updated in over a year.
- •durability, actionqueue-storage are pre-1.0 — API may change.