Decision Workspace
constify vs const-dispatch vs tisel
Side-by-side comparison of Rust crates
40
constify
experimentalv0.0.1
A procedural macro for basic static specialization.
52
const-dispatch
growingv0.1.0
Static dispatch of small runtime `enum`s into the const/type reälm, to reduce runtime branching
43
tisel
growingv0.1.1
Effective type-based pseudodynamic dispatch to impls, enums and typeid
Core Metrics
| constify | const-dispatch | tisel | |
|---|---|---|---|
| Health Score | 40 | 52 | 43 |
| Total Downloads | 267 | 3.9K | 2.3K |
| 30d Downloads | 135 | 8 | 5 |
| Dependents | 2 | 0 | 0 |
| Releases | 1 | 5 | 2 |
| Last Updated | 66d ago | 466d ago | 615d ago |
| Age | 2m | 1y 3m | 1y 8m |
Health Breakdown
constify
Maintenance
9
Quality
14
Community
4
Popularity
3
Documentation
10
const-dispatch
Maintenance
13
Quality
17
Community
3
Popularity
4
Documentation
15
tisel
Maintenance
5
Quality
15
Community
6
Popularity
4
Documentation
13
Technical Details
| constify | const-dispatch | tisel | |
|---|---|---|---|
| Version | 0.0.1 | 0.1.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Zlib OR MIT OR Apache-2.0 | MPL-2.0 |
| Dependencies | 3 | 3 | 1 |
| Crate Size | 4KB | 15KB | 34KB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | 1.79.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •const-dispatch leads with a health score of 52/100, but none of the options score above 80.
- •⚠ const-dispatch, tisel have not been updated in over a year.