Decision Workspace
send_wrapper vs compio-send-wrapper vs parity-send-wrapper
Side-by-side comparison of Rust crates
This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread. You also have to make sure that the wrapper is dropped from within the original thread. If any of these constraints is violated, a panic occurs.
This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread. You also have to make sure that the wrapper is dropped from within the original thread. If any of these constraints is violated, a panic occurs.
This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread. You also have to make sure that the wrapper is dropped from within the original thread. If any of these constraints is violated, a panic occurs. Forked from https://github.com/thk1/send_wrapper because it was unmaintained
Core Metrics
| send_wrapper | compio-send-wrapper | parity-send-wrapper | |
|---|---|---|---|
| Health Score | 59 | 50 | 46 |
| Total Downloads | 34.7M | 4.8K | 4.2M |
| 30d Downloads | 2.4M | 4.8K | 85.8K |
| Dependents | 1.7K | 0 | 73 |
| Releases | 6 | 1 | 1 |
| Last Updated | 1391d ago | 9d ago | 2500d ago |
| Age | 8y 6m | 9d | 6y 10m |
Health Breakdown
Technical Details
| send_wrapper | compio-send-wrapper | parity-send-wrapper | |
|---|---|---|---|
| Version | 0.6.0 | 0.7.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 3 | 3 | 0 |
| Crate Size | 11KB | 12KB | 8KB |
| Features | 1 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | — |
| MSRV | — | — | — |
| Owners | 2 (team) | 1 | 1 |
Links
Quick Verdict
- •send_wrapper leads with a health score of 59/100, but none of the options score above 80.
- •send_wrapper is depended on by 1.7K crates — strongest ecosystem trust.
- •⚠ send_wrapper, parity-send-wrapper have not been updated in over a year.