Decision Workspace
cloneless_cow vs subenum vs serde-brief
Side-by-side comparison of Rust crates
44
cloneless_cow
growingv0.1.1
A greatly-reduced implementation of Cow that does not require T to be Clone but allows for storing either a reference or an owned instance for future needs of references to T.
60
subenum
growingv1.1.3
A proc-macro to create subsets of enums, that can be converted to and from.
56
serde-brief
growingv0.2.0
A brief, self-descriptive, serde-compatible binary format.
Core Metrics
| cloneless_cow | subenum | serde-brief | |
|---|---|---|---|
| Health Score | 44 | 60 | 56 |
| Total Downloads | 2.2K | 3.6M | 23.7K |
| 30d Downloads | 38 | 135.3K | 1.2K |
| Dependents | 5 | 72 | 10 |
| Releases | 2 | 7 | 3 |
| Last Updated | 495d ago | 176d ago | 142d ago |
| Age | 1y 4m | 3y 1m | 1y 6m |
Health Breakdown
cloneless_cow
Maintenance
6
Quality
16
Community
8
Popularity
4
Documentation
10
subenum
Maintenance
8
Quality
21
Community
10
Popularity
8
Documentation
13
serde-brief
Maintenance
10
Quality
17
Community
9
Popularity
5
Documentation
15
Technical Details
| cloneless_cow | subenum | serde-brief | |
|---|---|---|---|
| Version | 0.1.1 | 1.1.3 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 6 | 7 |
| Crate Size | 6KB | 17KB | 48KB |
| Features | 0 | 3 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •subenum leads with a health score of 60/100, but none of the options score above 80.
- •⚠ cloneless_cow has not been updated in over a year.
- •cloneless_cow, serde-brief are pre-1.0 — API may change.