17 lines
370 B
Markdown
17 lines
370 B
Markdown
# C++ FFI for ICU4X
|
|
|
|
This folder contains the C++ FFI for ICU4X. To re-generate the bindings run:
|
|
|
|
```sh
|
|
cargo make diplomat-gen-cpp
|
|
```
|
|
|
|
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).
|