Decision Workspace
rc-writer vs rco-cell vs thin-cell
Side-by-side comparison of Rust crates
48
rc-writer
growingv1.1.10
A tiny implement for writing data to a reference counted instance.
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.
53
thin-cell
experimentalv0.2.0
A compact, single-threaded smart pointer combining reference counting and interior mutability
Core Metrics
| rc-writer | rco-cell | thin-cell | |
|---|---|---|---|
| Health Score | 48 | 33 | 53 |
| Total Downloads | 33.9K | 1.6K | 64.0K |
| 30d Downloads | 177 | 4 | 39.7K |
| Dependents | 7 | 0 | 5 |
| Releases | 12 | 1 | 4 |
| Last Updated | 1470d ago | 756d ago | 21d ago |
| Age | 7y 5m | 2y | 2m |
Health Breakdown
rc-writer
Maintenance
5
Quality
21
Community
7
Popularity
5
Documentation
10
rco-cell
Maintenance
1
Quality
16
Community
5
Popularity
4
Documentation
7
thin-cell
Maintenance
12
Quality
14
Community
8
Popularity
6
Documentation
13
Technical Details
| rc-writer | rco-cell | thin-cell | |
|---|---|---|---|
| Version | 1.1.10 | 0.1.0 | 0.2.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 0 | 1 |
| Crate Size | 2KB | 8KB | 21KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •thin-cell leads with a health score of 53/100, but none of the options score above 80.
- •⚠ rc-writer, rco-cell have not been updated in over a year.
- •rco-cell, thin-cell are pre-1.0 — API may change.