Decision Workspace
among vs orn vs quither
Side-by-side comparison of Rust crates
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.
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.
49
quither
growingv0.7.0
A flexible enum-based utility for representing values that may be on the left, right, neither, or both sides.
Core Metrics
| among | orn | quither | |
|---|---|---|---|
| Health Score | 58 | 62 | 49 |
| Total Downloads | 38.1K | 23.3K | 4.2K |
| 30d Downloads | 1.7K | 0 | 0 |
| Dependents | 73 | 44 | 0 |
| Releases | 10 | 17 | 9 |
| Last Updated | 30d ago | 89d ago | 330d ago |
| Age | 1y 8m | 2y 7m | 1y |
Health Breakdown
among
Maintenance
16
Quality
12
Community
11
Popularity
5
Documentation
14
orn
Maintenance
14
Quality
19
Community
11
Popularity
5
Documentation
13
quither
Maintenance
9
Quality
17
Community
6
Popularity
4
Documentation
13
Technical Details
| among | orn | quither | |
|---|---|---|---|
| Version | 0.2.0 | 1.0.0 | 0.7.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | Apache-2.0 |
| Dependencies | 5 | 4 | 3 |
| Crate Size | 41KB | 18KB | 19KB |
| Features | 4 | 7 | 3 |
| Yanked % | 10.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | 1.85.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orn leads with a health score of 62/100, but none of the options score above 80.
- •among has the most downloads (38.1K), suggesting wider adoption.
- •among, quither are pre-1.0 — API may change.