Decision Workspace
chr vs ucd vs unicode_clusters
Side-by-side comparison of Rust crates
32
chr
growingv1.0.0
A command-line tool that gives information about Unicode characters
40
ucd
growingv0.1.1
Extends the char type to provide access to most fields of the UCD, Unicode Character Database, as of version 9.0.0. It aims to be compact, fast, and use minimal dependencies (only rust's core crate). Not all properties are included, most notably character names.
35
unicode_clusters
growingv0.1.2
This crate provides variable width unicode characters as single items, allowing for array like indexing etc.
Core Metrics
| chr | ucd | unicode_clusters | |
|---|---|---|---|
| Health Score | 32 | 40 | 35 |
| Total Downloads | 3.4K | 415.2K | 3.9K |
| 30d Downloads | 5 | 21.0K | 6 |
| Dependents | 0 | 26 | 0 |
| Releases | 2 | 2 | 3 |
| Last Updated | 1907d ago | 3530d ago | 1569d ago |
| Age | 5y 9m | 9y 8m | 4y 3m |
Health Breakdown
chr
Maintenance
3
Quality
11
Community
5
Popularity
4
Documentation
9
ucd
Maintenance
3
Quality
15
Community
7
Popularity
7
Documentation
8
unicode_clusters
Maintenance
4
Quality
15
Community
3
Popularity
4
Documentation
9
Technical Details
| chr | ucd | unicode_clusters | |
|---|---|---|---|
| Version | 1.0.0 | 0.1.1 | 0.1.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | Apache-2.0 | MIT | MIT |
| Dependencies | 17 | 0 | 1 |
| Crate Size | 34KB | 342KB | 3KB |
| Features | 0 | 0 | 0 |
| Yanked % | 50.0% | 0.0% | 0.0% |
| Edition | 2018 | — | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ucd leads with a health score of 40/100, but none of the options score above 80.
- •⚠ chr, ucd, unicode_clusters have not been updated in over a year.
- •ucd, unicode_clusters are pre-1.0 — API may change.