Decision Workspace
make-send-sync vs unsafe-send-sync vs sendify
Side-by-side comparison of Rust crates
43
make-send-sync
experimentalv0.1.0
Unsafely make any type Send and Sync
44
unsafe-send-sync
growingv0.2.0
Unsafe wrappers for making structs Send and/or Sync.
43
sendify
growingv1.1.0
An unsafe crate to wrap a reference to make it Send + Sync.
Core Metrics
| make-send-sync | unsafe-send-sync | sendify | |
|---|---|---|---|
| Health Score | 43 | 44 | 43 |
| Total Downloads | 16 | 32.2K | 4.2K |
| 30d Downloads | 3 | 1.3K | 6 |
| Dependents | 0 | 34 | 0 |
| Releases | 1 | 6 | 3 |
| Last Updated | 43d ago | 267d ago | 2133d ago |
| Age | 1m | 5y 4m | 5y 10m |
Health Breakdown
make-send-sync
Maintenance
10
Quality
14
Community
6
Popularity
1
Documentation
12
unsafe-send-sync
Maintenance
7
Quality
16
Community
7
Popularity
5
Documentation
9
sendify
Maintenance
4
Quality
23
Community
3
Popularity
4
Documentation
9
Technical Details
| make-send-sync | unsafe-send-sync | sendify | |
|---|---|---|---|
| Version | 0.1.0 | 0.2.0 | 1.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Unlicense | MIT | MIT |
| Dependencies | 1 | 0 | 0 |
| Crate Size | 4KB | 2KB | 4KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2018 |
| MSRV | 1.85 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •unsafe-send-sync leads with a health score of 44/100, but none of the options score above 80.
- •⚠ sendify has not been updated in over a year.
- •make-send-sync, unsafe-send-sync are pre-1.0 — API may change.