Decision Workspace
borrow_mutex vs maitake-sync vs lock_api
Side-by-side comparison of Rust crates
44
borrow_mutex
growingv0.1.1
Async Rust Mutex which does not require wrapping the target structure
65
maitake-sync
growingv0.3.0
No-std async synchronization primitives from Maitake
61
lock_api
growingv0.4.14
Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
Core Metrics
| borrow_mutex | maitake-sync | lock_api | |
|---|---|---|---|
| Health Score | 44 | 65 | 61 |
| Total Downloads | 2.6K | 142.8K | 624.0M |
| 30d Downloads | 5 | 18.1K | 43.7M |
| Dependents | 0 | 101 | 1.2K |
| Releases | 2 | 7 | 27 |
| Last Updated | 585d ago | 14d ago | 175d ago |
| Age | 1y 9m | 2y 6m | 7y 9m |
Health Breakdown
borrow_mutex
Maintenance
5
Quality
17
Community
6
Popularity
4
Documentation
12
maitake-sync
Maintenance
19
Quality
14
Community
11
Popularity
6
Documentation
15
lock_api
Maintenance
11
Quality
14
Community
16
Popularity
8
Documentation
12
Technical Details
| borrow_mutex | maitake-sync | lock_api | |
|---|---|---|---|
| Version | 0.1.1 | 0.3.0 | 0.4.14 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 17 | 3 |
| Crate Size | 17KB | 106KB | 29KB |
| Features | 2 | 6 | 4 |
| Yanked % | 0.0% | 0.0% | 7.4% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.65 | 1.61.0 | 1.71.0 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •maitake-sync leads with a health score of 65/100, but none of the options score above 80.
- •lock_api has the most downloads (624.0M), suggesting wider adoption.
- •lock_api is depended on by 1.2K crates — strongest ecosystem trust.
- •⚠ borrow_mutex has not been updated in over a year.