Decision Workspace
orn vs among vs bandwidth
Side-by-side comparison of Rust crates
62
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.
58
among
growingv0.2.0
A general purpose sum type with three cases: the enum `Among` with variants `Left`, `Middle` and `Right`. A three-way counterpart to `Either`, with `no_std`, `serde`, `futures` and `tokio` integrations.
61
bandwidth
growingv0.3.0
A library for representing bandwidth speed in a variety of units, mimicking the `core::time::Duration` struct.
Core Metrics
| orn | among | bandwidth | |
|---|---|---|---|
| Health Score | 62 | 58 | 61 |
| Total Downloads | 23.3K | 38.1K | 128.4K |
| 30d Downloads | 0 | 1.7K | 8.0K |
| Dependents | 44 | 73 | 24 |
| Releases | 17 | 10 | 4 |
| Last Updated | 89d ago | 30d ago | 1201d ago |
| Age | 2y 7m | 1y 8m | 3y 3m |
Health Breakdown
orn
Maintenance
14
Quality
19
Community
11
Popularity
5
Documentation
13
among
Maintenance
16
Quality
12
Community
11
Popularity
5
Documentation
14
bandwidth
Maintenance
10
Quality
17
Community
15
Popularity
6
Documentation
13
Technical Details
| orn | among | bandwidth | |
|---|---|---|---|
| Version | 1.0.0 | 0.2.0 | 0.3.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 4 | 5 | 2 |
| Crate Size | 18KB | 41KB | 21KB |
| Features | 7 | 4 | 2 |
| Yanked % | 0.0% | 10.0% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | — | 1.85.0 | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •orn leads with a health score of 62/100, but none of the options score above 80.
- •bandwidth has the most downloads (128.4K), suggesting wider adoption.
- •⚠ bandwidth has not been updated in over a year.
- •among, bandwidth are pre-1.0 — API may change.