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
63
maitake-sync
growingv0.3.0
No-std async synchronization primitives from Maitake
60
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 | 63 | 60 |
| Total Downloads | 2.6K | 189.6K | 728.2M |
| 30d Downloads | 0 | 25.3K | 59.0M |
| Dependents | 0 | 105 | 1.3K |
| Releases | 2 | 7 | 27 |
| Last Updated | 644d ago | 73d ago | 234d ago |
| Age | 1y 11m | 2y 8m | 7y 11m |
Health Breakdown
borrow_mutex
Maintenance
5
Quality
17
Community
6
Popularity
4
Documentation
12
maitake-sync
Maintenance
16
Quality
14
Community
12
Popularity
6
Documentation
15
lock_api
Maintenance
10
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 63/100, but none of the options score above 80.
- •lock_api has the most downloads (728.2M), suggesting wider adoption.
- •lock_api is depended on by 1.3K crates — strongest ecosystem trust.
- •⚠ borrow_mutex has not been updated in over a year.