rust_icu_sys 5.0.0

Native bindings to the ICU4C library from Unicode.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Special bindgen generation

## Quick start

From the top level directory, run:

```
env ICU_SOURCE_DIR=$HOME/code/icu make static-bindgen-special
```

This assumes that `$HOME/code/icu` contains an ICU library checkout.

## What does this do?

This runs an extended version of ../run_bindgen.sh, which generates the API
not only for the public ICU files, but also for the internal tools.