Bug 1867190 - Add prefs for PHC probablities r=glandium
[gecko.git] / intl / icu_capi / dart / README.md
blobc993661d166566af6df5ecdc33e0d212d79e2740
1 # Dart FFI for ICU4X
3 This folder contains the Dart FFI for ICU4X. To re-generate the bindings run:
5 ```sh
6 cargo make diplomat-gen-dart
7 ```
9 Or re-generate all of the bindings:
11 ```sh
12 cargo make diplomat-gen
13 ```
15 ## More Information
17 For more information on development, authorship, contributing etc. please visit [`ICU4X home page`](https://github.com/unicode-org/icu4x).