Decision Workspace
intl vs rust_icu_common vs rust_icu_uenum
Side-by-side comparison of Rust crates
52
intl
experimentalv0.5.0
Pure-Rust, no_std internationalization primitives (a pure-Rust ICU analog). The `unicode` module provides General_Category, character predicates, scripts, East Asian Width, numeric values, case mapping/folding, UAX #15 normalization (NFC/NFD/NFKC/NFKD), and UTS #10 collation — property tables compiled into const-fn match lookups, with feature-selectable codepoint ranges.
72
rust_icu_common
stablev5.7.0
Native bindings to the ICU4C library from Unicode. Commonly used types.
71
rust_icu_uenum
stablev5.7.0
Native bindings to the ICU4C library from Unicode. Implements `uenum.h` from the ICU4C API.
Core Metrics
| intl | rust_icu_common | rust_icu_uenum | |
|---|---|---|---|
| Health Score | 52 | 72 | 71 |
| Total Downloads | 3.1K | 199.8K | 193.8K |
| 30d Downloads | 2.4K | 2.8K | 2.6K |
| Dependents | 18 | 656 | 263 |
| Releases | 14 | 41 | 41 |
| Last Updated | 22d ago | 7d ago | 7d ago |
| Age | 1m | 6y 6m | 6y 6m |
Health Breakdown
intl
Maintenance
12
Quality
15
Community
9
Popularity
4
Documentation
12
rust_icu_common
Maintenance
19
Quality
23
Community
15
Popularity
6
Documentation
9
rust_icu_uenum
Maintenance
19
Quality
23
Community
14
Popularity
6
Documentation
9
Technical Details
| intl | rust_icu_common | rust_icu_uenum | |
|---|---|---|---|
| Version | 0.5.0 | 5.7.0 | 5.7.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | Apache-2.0 | Apache-2.0 |
| Dependencies | 2 | 3 | 3 |
| Crate Size | 2.1MB | 22KB | 20KB |
| Features | 29 | 5 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2018 |
| MSRV | 1.88 | — | — |
| Owners | 1 | 4 | 4 |
Links
Quick Verdict
- •rust_icu_common leads with a health score of 72/100, but none of the options score above 80.
- •rust_icu_common is depended on by 656 crates — strongest ecosystem trust.
- •intl is pre-1.0 — API may change.