icu4x/
├─ lib/ # Ruby code
├─ ext/icu4x/ # Rust extension
├─ sig/ # RBS type definitions
├─ spec/ # Tests
└─ doc/ # Documentation
ICU4X
├─ Locale
├─ DataProvider
├─ DataGenerator
├─ DateTimeFormat
├─ NumberFormat
├─ PluralRules
└─ Error
├─ LocaleError
├─ DataError
└─ DataGeneratorError
bundle exec rake specTest data (spec/fixtures/test-data.postcard) is automatically generated as a dependency of the spec task. Included locales: en, ja, de, ru, ar, und.
RBS type definitions are in sig/icu4x.rbs.
bundle exec steep check- locale.md - Locale and error classes
- data.md - DataProvider and DataGenerator
- datetime.md - DateTimeFormat
- number.md - NumberFormat
- plurals.md - PluralRules