Decision Workspace
char_index vs dup-indexer vs owned_chars
Side-by-side comparison of Rust crates
47
char_index
growingv0.1.4
A crate for efficient charwise indexing into a string
54
dup-indexer
growingv0.4.4
Create a non-duplicated index from Strings, static str, Vec, or Box values
43
owned_chars
growingv0.3.2
Owned iterators with the same output as Chars and CharIndices
Core Metrics
| char_index | dup-indexer | owned_chars | |
|---|---|---|---|
| Health Score | 47 | 54 | 43 |
| Total Downloads | 56.6K | 118.1K | 67.0K |
| 30d Downloads | 17.3K | 6.8K | 696 |
| Dependents | 3 | 9 | 37 |
| Releases | 5 | 13 | 7 |
| Last Updated | 518d ago | 168d ago | 1924d ago |
| Age | 2y 7m | 2y 11m | 10y 3m |
Health Breakdown
char_index
Maintenance
6
Quality
15
Community
8
Popularity
6
Documentation
12
dup-indexer
Maintenance
11
Quality
16
Community
9
Popularity
6
Documentation
12
owned_chars
Maintenance
4
Quality
15
Community
10
Popularity
6
Documentation
8
Technical Details
| char_index | dup-indexer | owned_chars | |
|---|---|---|---|
| Version | 0.1.4 | 0.4.4 | 0.3.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MPL-2.0 | MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 2 | 0 | 1 |
| Crate Size | 12KB | 16KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | — |
| MSRV | 1.56 | 1.60 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dup-indexer leads with a health score of 54/100, but none of the options score above 80.
- •⚠ char_index, owned_chars have not been updated in over a year.