Decision Workspace
orn vs bandwidth vs pair_macro
Side-by-side comparison of Rust crates
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.
51
pair_macro
growingv0.1.5
Create types consisting of the same type values such that Pair, Triplet, and so on.
Core Metrics
| orn | bandwidth | pair_macro | |
|---|---|---|---|
| Health Score | 64 | 61 | 51 |
| Total Downloads | 22.8K | 43.5K | 8.7K |
| 30d Downloads | 812 | 25.3K | 50 |
| Dependents | 44 | 23 | 2 |
| Releases | 17 | 4 | 6 |
| Last Updated | 29d ago | 1141d ago | 45d ago |
| Age | 2y 5m | 3y 1m | 5y 4m |
Health Breakdown
orn
Maintenance
17
Quality
18
Community
11
Popularity
5
Documentation
13
bandwidth
Maintenance
10
Quality
17
Community
15
Popularity
6
Documentation
13
pair_macro
Maintenance
13
Quality
16
Community
7
Popularity
5
Documentation
10
Technical Details
| orn | bandwidth | pair_macro | |
|---|---|---|---|
| Version | 1.0.0 | 0.3.0 | 0.1.5 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 4 | 2 | 3 |
| Crate Size | 18KB | 21KB | 7KB |
| Features | 7 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 2 (team) | 1 |
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.
- •⚠ bandwidth has not been updated in over a year.
- •bandwidth, pair_macro are pre-1.0 — API may change.