Decision Workspace
typeid_suffix vs strong_id vs mti
Side-by-side comparison of Rust crates
55
typeid_suffix
stablev1.3.0
A Rust library that implements the UUID suffix part of the `TypeId` Specification
41
strong_id
growingv0.4.0
Strongly typed, base32 encoded IDs
65
mti
stablev1.1.1
Generates human-readable, prefixed, and globally unique identifiers (based on the TypeID spec) for Rust. Improves clarity, type-safety, debugging, and identifier management in your applications.
Core Metrics
| typeid_suffix | strong_id | mti | |
|---|---|---|---|
| Health Score | 55 | 41 | 65 |
| Total Downloads | 133.9K | 16.5K | 136.6K |
| 30d Downloads | 100.1K | 438 | 100.1K |
| Dependents | 11 | 0 | 87 |
| Releases | 8 | 7 | 11 |
| Last Updated | 69d ago | 679d ago | 69d ago |
| Age | 1y 8m | 2y 8m | 1y 8m |
Health Breakdown
typeid_suffix
Maintenance
14
Quality
13
Community
9
Popularity
6
Documentation
13
strong_id
Maintenance
4
Quality
14
Community
3
Popularity
5
Documentation
15
mti
Maintenance
15
Quality
20
Community
11
Popularity
6
Documentation
13
Technical Details
| typeid_suffix | strong_id | mti | |
|---|---|---|---|
| Version | 1.3.0 | 0.4.0 | 1.1.1 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 9 | 6 | 7 |
| Crate Size | 23KB | 9KB | 30KB |
| Features | 3 | 13 | 3 |
| Yanked % | 37.5% | 14.3% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.60 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •mti leads with a health score of 65/100, but none of the options score above 80.
- •⚠ strong_id has not been updated in over a year.
- •strong_id is pre-1.0 — API may change.