Decision Workspace
rc-box vs unique-rc vs generic-container
Side-by-side comparison of Rust crates
57
rc-box
growingv1.3.0
Known unique versions of Rc and Arc.
49
unique-rc
experimentalv0.2.4
Unique owner Rc, like Box, can Send and DerefMut
50
generic-container
experimentalv0.2.2
Abstract over "containers" that hold a T, such as a T itself, Box<T>, or Arc<Mutex<T>>
Core Metrics
| rc-box | unique-rc | generic-container | |
|---|---|---|---|
| Health Score | 57 | 49 | 50 |
| Total Downloads | 835.2K | 4.8K | 1.9K |
| 30d Downloads | 107.2K | 77 | 29 |
| Dependents | 55 | 26 | 5 |
| Releases | 5 | 10 | 5 |
| Last Updated | 435d ago | 260d ago | 223d ago |
| Age | 6y 1m | 9m | 8m |
Health Breakdown
rc-box
Maintenance
5
Quality
22
Community
11
Popularity
7
Documentation
12
unique-rc
Maintenance
10
Quality
15
Community
10
Popularity
4
Documentation
10
generic-container
Maintenance
9
Quality
17
Community
8
Popularity
4
Documentation
12
Technical Details
| rc-box | unique-rc | generic-container | |
|---|---|---|---|
| Version | 1.3.0 | 0.2.4 | 0.2.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 1 | 3 |
| Crate Size | 7KB | 8KB | 17KB |
| Features | 2 | 1 | 6 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.80 | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rc-box leads with a health score of 57/100, but none of the options score above 80.
- •⚠ rc-box has not been updated in over a year.
- •unique-rc, generic-container are pre-1.0 — API may change.