Decision Workspace
kvmap vs lazy-limit vs lazy-sock
Side-by-side comparison of Rust crates
33
kvmap
experimentalv0.1.8
A path-driven, namespaced data store for Rust, powered by SQLite.
52
lazy-limit
growingv1.0.3
lazy-limit is a lightweight Rust library for rate limiting by IP or custom ID, with support for global, router-specific, and fallback rules.
42
lazy-sock
growingv1.0.6
A lightweight library for building Unix Domain Socket services with zero boilerplate. It provides a simple macro to create .sock files (default in /tmp, no root required, auto-clean on reboot). Just init the socket path, register routes, bind handlers, and you can curl for JSON responses.
Core Metrics
| kvmap | lazy-limit | lazy-sock | |
|---|---|---|---|
| Health Score | 33 | 52 | 42 |
| Total Downloads | 189 | 3.5K | 877 |
| 30d Downloads | 19 | 1.0K | 35 |
| Dependents | 1 | 2 | 1 |
| Releases | 1 | 2 | 2 |
| Last Updated | 144d ago | 70d ago | 203d ago |
| Age | 4m | 6m | 6m |
Health Breakdown
kvmap
Maintenance
6
Quality
7
Community
7
Popularity
3
Documentation
10
lazy-limit
Maintenance
13
Quality
18
Community
7
Popularity
4
Documentation
10
lazy-sock
Maintenance
9
Quality
12
Community
7
Popularity
4
Documentation
10
Technical Details
| kvmap | lazy-limit | lazy-sock | |
|---|---|---|---|
| Version | 0.1.8 | 1.0.3 | 1.0.6 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 7 | 3 | 2 |
| Crate Size | 23KB | 21KB | 13KB |
| Features | 0 | 0 | 0 |
| Yanked % | 100.0% | 0.0% | 50.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •lazy-limit leads with a health score of 52/100, but none of the options score above 80.
- •kvmap is pre-1.0 — API may change.