Decision Workspace
intaglio vs string-interner vs lasso
Side-by-side comparison of Rust crates
77
intaglio
stablev1.13.2
UTF-8 string and byte string interner and symbol table
54
string-interner
growingv0.19.0
Efficient string interner with minimal memory footprint and fast access to the underlying strings.
53
lasso
growingv0.7.3
A multithreaded and single threaded string interner that allows strings to be cached with a minimal memory footprint, associating them with a unique key that can be used to retrieve them at any time.
Core Metrics
| intaglio | string-interner | lasso | |
|---|---|---|---|
| Health Score | 77 | 54 | 53 |
| Total Downloads | 1.2M | 27.3M | 7.8M |
| 30d Downloads | 188.7K | 1.7M | 492.2K |
| Dependents | 84 | 2.1K | 723 |
| Releases | 23 | 34 | 18 |
| Last Updated | 11d ago | 409d ago | 585d ago |
| Age | 5y 9m | 9y 1m | 6y |
Health Breakdown
intaglio
Maintenance
17
Quality
22
Community
16
Popularity
7
Documentation
15
string-interner
Maintenance
7
Quality
12
Community
14
Popularity
8
Documentation
13
lasso
Maintenance
6
Quality
12
Community
14
Popularity
8
Documentation
13
Technical Details
| intaglio | string-interner | lasso | |
|---|---|---|---|
| Version | 1.13.2 | 0.19.0 | 0.7.3 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 5 | 11 |
| Crate Size | 40KB | 32KB | 79KB |
| Features | 5 | 6 | 6 |
| Yanked % | 4.3% | 23.5% | 16.7% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.85.0 | — | — |
| Owners | 2 (team) | 1 | 1 |
Links
Quick Verdict
- •intaglio leads with a health score of 77/100, but none of the options score above 80.
- •string-interner has the most downloads (27.3M), suggesting wider adoption.
- •string-interner is depended on by 2.1K crates — strongest ecosystem trust.
- •⚠ string-interner, lasso have not been updated in over a year.
- •string-interner, lasso are pre-1.0 — API may change.