Decision Workspace
typeable vs better_any vs transient
Side-by-side comparison of Rust crates
47
typeable
growingv0.1.2
Exposes Typeable, for getting TypeIds at runtime.
53
better_any
growingv0.2.1
Type id and Any for non static types
46
transient
growingv0.4.1
Reimplementation of `std::any::Any` with support for non-`'static` types
Core Metrics
| typeable | better_any | transient | |
|---|---|---|---|
| Health Score | 47 | 53 | 46 |
| Total Downloads | 9.2M | 12.5M | 13.4K |
| 30d Downloads | 292.6K | 237.8K | 197 |
| Dependents | 155 | 99 | 1 |
| Releases | 12 | 5 | 8 |
| Last Updated | 3755d ago | 105d ago | 565d ago |
| Age | 11y 4m | 5y 5m | 1y 9m |
Health Breakdown
typeable
Maintenance
4
Quality
16
Community
11
Popularity
8
Documentation
8
better_any
Maintenance
11
Quality
17
Community
8
Popularity
8
Documentation
9
transient
Maintenance
6
Quality
16
Community
4
Popularity
5
Documentation
15
Technical Details
| typeable | better_any | transient | |
|---|---|---|---|
| Version | 0.1.2 | 0.2.1 | 0.4.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 3 | 10 |
| Crate Size | 901B | 14KB | 33KB |
| Features | 0 | 4 | 9 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | 2021 |
| MSRV | — | — | 1.60 |
| Owners | 2 | 1 | 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.