icu_list
Run this command in a terminal, in your project"s directory:
cargo add icu_list
To add it manually, edit your project"s Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
icu_list = "2.0.0-beta1"
The icu_list library will be automatically available globally. Read the icu_list library documentation.
Back to the crate overview.