Adding locale_name_code_page library as a dependency

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

cargo add locale_name_code_page

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

locale_name_code_page = "0.1.0"

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

Back to the crate overview.