Decision Workspace
better_any vs typeable vs transient
Side-by-side comparison of Rust crates
53
better_any
growingv0.2.1
Type id and Any for non static types
47
typeable
growingv0.1.2
Exposes Typeable, for getting TypeIds at runtime.
46
transient
growingv0.4.1
Reimplementation of `std::any::Any` with support for non-`'static` types
Core Metrics
| better_any | typeable | transient | |
|---|---|---|---|
| Health Score | 53 | 47 | 46 |
| Total Downloads | 12.5M | 9.2M | 13.4K |
| 30d Downloads | 245.7K | 304.0K | 201 |
| Dependents | 99 | 155 | 1 |
| Releases | 5 | 12 | 8 |
| Last Updated | 105d ago | 3755d ago | 565d ago |
| Age | 5y 5m | 11y 4m | 1y 9m |
Health Breakdown
better_any
Maintenance
11
Quality
17
Community
8
Popularity
8
Documentation
9
typeable
Maintenance
4
Quality
16
Community
11
Popularity
8
Documentation
8
transient
Maintenance
6
Quality
16
Community
4
Popularity
5
Documentation
15
Technical Details
| better_any | typeable | transient | |
|---|---|---|---|
| Version | 0.2.1 | 0.1.2 | 0.4.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 0 | 10 |
| Crate Size | 14KB | 901B | 33KB |
| Features | 4 | 0 | 9 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | — | 2021 |
| MSRV | — | — | 1.60 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •better_any leads with a health score of 53/100, but none of the options score above 80.
- •typeable is depended on by 155 crates — strongest ecosystem trust.
- •⚠ typeable, transient have not been updated in over a year.