Decision Workspace
quither vs among vs enum-map
Side-by-side comparison of Rust crates
49
quither
growingv0.7.0
A flexible enum-based utility for representing values that may be on the left, right, neither, or both sides.
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.
63
enum-map
growingv2.7.3
A map with C-like enum keys represented internally as an array
Core Metrics
| quither | among | enum-map | |
|---|---|---|---|
| Health Score | 49 | 58 | 63 |
| Total Downloads | 4.2K | 38.1K | 37.1M |
| 30d Downloads | 0 | 1.7K | 2.8M |
| Dependents | 0 | 73 | 2.6K |
| Releases | 9 | 10 | 80 |
| Last Updated | 330d ago | 30d ago | 914d ago |
| Age | 1y | 1y 8m | 9y |
Health Breakdown
quither
Maintenance
9
Quality
17
Community
6
Popularity
4
Documentation
13
among
Maintenance
16
Quality
12
Community
11
Popularity
5
Documentation
14
enum-map
Maintenance
7
Quality
18
Community
15
Popularity
8
Documentation
15
Technical Details
| quither | among | enum-map | |
|---|---|---|---|
| Version | 0.7.0 | 0.2.0 | 2.7.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 5 | 7 |
| Crate Size | 19KB | 41KB | 22KB |
| Features | 3 | 4 | 0 |
| Yanked % | 0.0% | 10.0% | 2.5% |
| Edition | 2024 | 2018 | 2021 |
| MSRV | — | 1.85.0 | 1.61 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •enum-map leads with a health score of 63/100, but none of the options score above 80.
- •enum-map is depended on by 2.6K crates — strongest ecosystem trust.
- •⚠ enum-map has not been updated in over a year.
- •quither, among are pre-1.0 — API may change.