Decision Workspace
walcraft vs nano-wal vs durability
Side-by-side comparison of Rust crates
48
walcraft
growingv0.3.0
A light-weight Write Ahead Log (WAL) solution with garbage collection
56
nano-wal
growingv1.0.0
A concurrent Write-Ahead Log with CAS-based segment rotation and coalesced preadv reads
54
durability
experimentalv0.4.0
Crash-consistent persistence primitives: directory abstraction, generic WAL, checkpoints, and recovery.
Core Metrics
| walcraft | nano-wal | durability | |
|---|---|---|---|
| Health Score | 48 | 56 | 54 |
| Total Downloads | 3.8K | 2.6K | 196 |
| 30d Downloads | 283 | 122 | 178 |
| Dependents | 1 | 0 | 15 |
| Releases | 4 | 7 | 5 |
| Last Updated | 30d ago | 5d ago | 1d ago |
| Age | 1y 9m | 6m | 1m |
Health Breakdown
walcraft
Maintenance
15
Quality
14
Community
5
Popularity
4
Documentation
10
nano-wal
Maintenance
19
Quality
14
Community
6
Popularity
4
Documentation
13
durability
Maintenance
14
Quality
13
Community
9
Popularity
3
Documentation
15
Technical Details
| walcraft | nano-wal | durability | |
|---|---|---|---|
| Version | 0.3.0 | 1.0.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 4 | 4 | 8 |
| Crate Size | 26KB | 289KB | 73KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.80 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •nano-wal leads with a health score of 56/100, but none of the options score above 80.
- •walcraft has the most downloads (3.8K), suggesting wider adoption.
- •walcraft, durability are pre-1.0 — API may change.