Decision Workspace
sendptr vs sync-ptr vs unsafe-send-sync
Side-by-side comparison of Rust crates
43
sendptr
experimentalv0.1.2
Convenient cross-thread raw pointer usage / 方便跨线程用裸指针
54
sync-ptr
growingv0.2.1
Sync & Send wrappers for raw pointer's and function pointers in rust
44
unsafe-send-sync
growingv0.2.0
Unsafe wrappers for making structs Send and/or Sync.
Core Metrics
| sendptr | sync-ptr | unsafe-send-sync | |
|---|---|---|---|
| Health Score | 43 | 54 | 44 |
| Total Downloads | 835 | 159.7K | 32.2K |
| 30d Downloads | 250 | 14.7K | 1.3K |
| Dependents | 24 | 12 | 34 |
| Releases | 2 | 7 | 6 |
| Last Updated | 116d ago | 160d ago | 267d ago |
| Age | 3m | 1y 6m | 5y 4m |
Health Breakdown
sendptr
Maintenance
11
Quality
14
Community
7
Popularity
3
Documentation
8
sync-ptr
Maintenance
11
Quality
17
Community
8
Popularity
6
Documentation
12
unsafe-send-sync
Maintenance
7
Quality
16
Community
7
Popularity
5
Documentation
9
Technical Details
| sendptr | sync-ptr | unsafe-send-sync | |
|---|---|---|---|
| Version | 0.1.2 | 0.2.1 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MulanPSL-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 5 | 0 | 0 |
| Crate Size | 13KB | 11KB | 2KB |
| Features | 1 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2018 |
| MSRV | — | 1.65.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •sync-ptr leads with a health score of 54/100, but none of the options score above 80.