icu vs rust_icu

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • icu4x

    Solving i18n for client-side and resource-constrained environments.

  • While I wait, I dig a bit—and it turns out that icu does not yet have normalization available (although it's marked with a milestone goal of 0.5): https://github.com/unicode-org/icu4x/issues/972

  • UNIC

    UNIC: Unicode and Internationalization Crates for Rust

  • There is also rust-unic which provides both normalization and access to the character database. I have also used this because of their text segmentation support, and I would probably recommend rust-unic in general. I hope to see more progress on that front.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rust_icu

    rust_icu: rust bindings for ICU (International Components for Unicode) library

  • That's odd, because it doesn't seem to use icu-config. Are you using an outdated version or something?

  • iso_currency

    ISO 4217 currency codes for Rust

  • Otherwise the current state is pretty much fragmented. There is num-format just for formatting numbers. For currencies, you have iso_currency. simple_locale helps with getting information about your locale. You can definitely find a few more.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts