Decision Workspace
rco-cell vs qcell vs rc-writer
Side-by-side comparison of Rust crates
33
rco-cell
growingv0.1.0
Wrapper for Rc<RefCell<Option<T>>> and its weak variant. Includes various utilties for common operations usually performed on such a datastructure.
49
qcell
growingv0.5.5
Statically-checked alternatives to RefCell and RwLock
48
rc-writer
growingv1.1.10
A tiny implement for writing data to a reference counted instance.
Core Metrics
| rco-cell | qcell | rc-writer | |
|---|---|---|---|
| Health Score | 33 | 49 | 48 |
| Total Downloads | 1.6K | 351.9K | 33.9K |
| 30d Downloads | 4 | 10.8K | 177 |
| Dependents | 0 | 48 | 7 |
| Releases | 1 | 15 | 12 |
| Last Updated | 756d ago | 191d ago | 1470d ago |
| Age | 2y | 7y | 7y 5m |
Health Breakdown
rco-cell
Maintenance
1
Quality
16
Community
5
Popularity
4
Documentation
7
qcell
Maintenance
8
Quality
9
Community
11
Popularity
7
Documentation
14
rc-writer
Maintenance
5
Quality
21
Community
7
Popularity
5
Documentation
10
Technical Details
| rco-cell | qcell | rc-writer | |
|---|---|---|---|
| Version | 0.1.0 | 0.5.5 | 1.1.10 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT/Apache-2.0 | MIT |
| Dependencies | 0 | 9 | 0 |
| Crate Size | 8KB | 40KB | 2KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 53.3% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | — | 1.60.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •qcell leads with a health score of 49/100, but none of the options score above 80.
- •⚠ rco-cell, rc-writer have not been updated in over a year.
- •rco-cell, qcell are pre-1.0 — API may change.