ISO 639 language codes
Introduction
When dealing with different language inputs and APIs, different standards are used to identify a language. Converting between these in an automated way can be tedious. This crate provides an enum which supports conversion from 639-1 and 639-3 and also into these formats, as well as into English names or autonyms (local names).
This crate contains the ISO 639 table in statically embedded tables. This increases binary size, but allows for very efficient look-up if performance matters. If size is a concern, both and the English names and local names can be enabled or disabled individually.
This crate is licensed under the Apache 2.0 license, please see LICENSE.md for the details.
Usage
Cargo.toml
:
[]
= "2.0"
Example
use Language;
assert_eq!;
assert_eq!;
// undefined language (ISO code und)
assert_eq!;
use Language;
// `to_name()` is available if compiled with the `english_names` feature.
assert_eq!;
assert_eq!;
// `from_str(lowercase_name)` is available if compiled with the `english_names` and `lowercase_names` features.
assert_eq!;
// `from_str(local_name)` is available if compiled with the `english_names`, `lowercase_names` and `local_names` features.
assert_eq!;
Supported Cargo Features
Please take a look at the commented [Cargo.toml)(Cargo.toml) file for a up-to-date list of supported features.
Serde support
This crate also supports serializing the Language
enum. To enable this please
add the following lines to your Cargo.toml
(instead of the above code):
[]
= ["serde"]
= "2.0"
Data Source
The data is downloaded from https://iso639-3.sil.org/code_tables/download_tables.