Decision Workspace
symbol_table vs intaglio vs string-interner
Side-by-side comparison of Rust crates
51
symbol_table
growingv0.5.0
A symbol table that's fast, concurrent, and gives stable references.
78
intaglio
stablev1.15.1
UTF-8 string and byte string interner and symbol table
65
string-interner
growingv0.20.0
Efficient string interner with minimal memory footprint and fast access to the underlying strings.
Core Metrics
| symbol_table | intaglio | string-interner | |
|---|---|---|---|
| Health Score | 51 | 78 | 65 |
| Total Downloads | 657.3K | 1.4M | 30.0M |
| 30d Downloads | 103.6K | 82.6K | 1.5M |
| Dependents | 84 | 91 | 2.4K |
| Releases | 5 | 27 | 35 |
| Last Updated | 236d ago | 1d ago | 25d ago |
| Age | 4y | 5y 11m | 9y 3m |
Health Breakdown
symbol_table
Maintenance
8
Quality
16
Community
10
Popularity
7
Documentation
10
intaglio
Maintenance
18
Quality
22
Community
16
Popularity
7
Documentation
15
string-interner
Maintenance
16
Quality
12
Community
14
Popularity
8
Documentation
15
Technical Details
| symbol_table | intaglio | string-interner | |
|---|---|---|---|
| Version | 0.5.0 | 1.15.1 | 0.20.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | Apache-2.0 OR MIT | MIT/Apache-2.0 |
| Dependencies | 6 | 2 | 5 |
| Crate Size | 9KB | 57KB | 33KB |
| Features | 2 | 6 | 6 |
| Yanked % | 0.0% | 3.7% | 22.9% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.85.0 | 1.65.0 |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •intaglio leads with a health score of 78/100, but none of the options score above 80.
- •string-interner has the most downloads (30.0M), suggesting wider adoption.
- •string-interner is depended on by 2.4K crates — strongest ecosystem trust.
- •symbol_table, string-interner are pre-1.0 — API may change.