Adding icu_locid_transform_data library as a dependency

Run this command in a terminal, in your project's directory:

cargo add icu_locid_transform_data

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

icu_locid_transform_data = "1.5.1"

The icu_locid_transform_data library will be automatically available globally. Read the icu_locid_transform_data library documentation.

Back to the crate overview.