Decision Workspace
mark_tuple_traits vs make_tuple_traits vs async-generic
Side-by-side comparison of Rust crates
35
mark_tuple_traits
growingv0.1.1
a proc_macro for marking tuples of length up to 32 with a single marker trait to bypass the 'fundamental' feature
39
make_tuple_traits
growingv0.2.2
a proc_macro for making a bunch of traits for tuples up to a fixed size
57
async-generic
growingv1.1.2
Write code that can be both async and synchronous without duplicating it.
Core Metrics
| mark_tuple_traits | make_tuple_traits | async-generic | |
|---|---|---|---|
| Health Score | 35 | 39 | 57 |
| Total Downloads | 3.1K | 6.3K | 9.0M |
| 30d Downloads | 4 | 23 | 254.3K |
| Dependents | 0 | 3 | 206 |
| Releases | 2 | 4 | 7 |
| Last Updated | 1556d ago | 1556d ago | 545d ago |
| Age | 4y 3m | 4y 3m | 2y 6m |
Health Breakdown
mark_tuple_traits
Maintenance
3
Quality
16
Community
3
Popularity
4
Documentation
9
make_tuple_traits
Maintenance
4
Quality
16
Community
5
Popularity
5
Documentation
9
async-generic
Maintenance
6
Quality
19
Community
9
Popularity
8
Documentation
15
Technical Details
| mark_tuple_traits | make_tuple_traits | async-generic | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.2 | 1.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 5 |
| Crate Size | 1KB | 2KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | — | 1.70.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •async-generic leads with a health score of 57/100, but none of the options score above 80.
- •async-generic is depended on by 206 crates — strongest ecosystem trust.
- •⚠ mark_tuple_traits, make_tuple_traits, async-generic have not been updated in over a year.
- •mark_tuple_traits, make_tuple_traits are pre-1.0 — API may change.