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