Decision Workspace
tetsy-send-wrapper vs send_wrapper vs compio-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. Forked from https://github.com/thk1/send_wrapper because it was unmaintained
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.
Core Metrics
| tetsy-send-wrapper | send_wrapper | compio-send-wrapper | |
|---|---|---|---|
| Health Score | 38 | 59 | 50 |
| Total Downloads | 17.3K | 34.7M | 4.8K |
| 30d Downloads | 335 | 2.4M | 4.8K |
| Dependents | 7 | 1.7K | 0 |
| Releases | 2 | 6 | 1 |
| Last Updated | 1842d ago | 1391d ago | 9d ago |
| Age | 5y | 8y 6m | 9d |
Health Breakdown
Technical Details
| tetsy-send-wrapper | send_wrapper | compio-send-wrapper | |
|---|---|---|---|
| Version | 0.1.0 | 0.6.0 | 0.7.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 0 | 3 | 3 |
| Crate Size | 8KB | 11KB | 12KB |
| Features | 0 | 1 | 3 |
| Yanked % | 50.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 2 (team) | 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.
- •⚠ tetsy-send-wrapper, send_wrapper have not been updated in over a year.