Decision Workspace
singlevec vs orn vs bandwidth
Side-by-side comparison of Rust crates
46
singlevec
growingv1.8.0
Vec-like container optimized for storing only a single item
64
orn
stablev1.0.0
A generic implementation of a sum type (or discriminated union). It provides `enum Or<T1, T2, ..., N>` types as a counterpart to tuples.
61
bandwidth
growingv0.3.0
A library for representing bandwidth speed in a variety of units, mimicking the `core::time::Duration` struct.
Core Metrics
| singlevec | orn | bandwidth | |
|---|---|---|---|
| Health Score | 46 | 64 | 61 |
| Total Downloads | 14.0K | 22.8K | 43.5K |
| 30d Downloads | 37 | 739 | 25.2K |
| Dependents | 5 | 44 | 23 |
| Releases | 14 | 17 | 4 |
| Last Updated | 385d ago | 29d ago | 1141d ago |
| Age | 1y 9m | 2y 5m | 3y 1m |
Health Breakdown
singlevec
Maintenance
8
Quality
19
Community
4
Popularity
5
Documentation
10
orn
Maintenance
17
Quality
18
Community
11
Popularity
5
Documentation
13
bandwidth
Maintenance
10
Quality
17
Community
15
Popularity
6
Documentation
13
Technical Details
| singlevec | orn | bandwidth | |
|---|---|---|---|
| Version | 1.8.0 | 1.0.0 | 0.3.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT | Apache-2.0 |
| Dependencies | 1 | 4 | 2 |
| Crate Size | 8KB | 18KB | 21KB |
| Features | 0 | 7 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •orn leads with a health score of 64/100, but none of the options score above 80.
- •bandwidth has the most downloads (43.5K), suggesting wider adoption.
- •⚠ singlevec, bandwidth have not been updated in over a year.
- •bandwidth is pre-1.0 — API may change.