Decision Workspace
walrus-rust vs nano-wal vs durability
Side-by-side comparison of Rust crates
45
walrus-rust
experimentalv0.2.0
A high-performance Write-Ahead Log (WAL) implementation in Rust
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
| walrus-rust | nano-wal | durability | |
|---|---|---|---|
| Health Score | 45 | 56 | 54 |
| Total Downloads | 855 | 2.6K | 196 |
| 30d Downloads | 109 | 122 | 178 |
| Dependents | 0 | 0 | 15 |
| Releases | 2 | 7 | 5 |
| Last Updated | 159d ago | 5d ago | 1d ago |
| Age | 5m | 6m | 1m |
Health Breakdown
walrus-rust
Maintenance
10
Quality
12
Community
6
Popularity
4
Documentation
13
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
| walrus-rust | nano-wal | durability | |
|---|---|---|---|
| Version | 0.2.0 | 1.0.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 6 | 4 | 8 |
| Crate Size | 102KB | 289KB | 73KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 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.
- •walrus-rust, durability are pre-1.0 — API may change.