diff options
Diffstat (limited to 'intl/icu_capi/dart')
-rw-r--r-- | intl/icu_capi/dart/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/intl/icu_capi/dart/README.md b/intl/icu_capi/dart/README.md new file mode 100644 index 0000000000..c993661d16 --- /dev/null +++ b/intl/icu_capi/dart/README.md @@ -0,0 +1,17 @@ +# Dart FFI for ICU4X + +This folder contains the Dart FFI for ICU4X. To re-generate the bindings run: + +```sh +cargo make diplomat-gen-dart +``` + +Or re-generate all of the bindings: + +```sh +cargo make diplomat-gen +``` + +## More Information + +For more information on development, authorship, contributing etc. please visit [`ICU4X home page`](https://github.com/unicode-org/icu4x). |