4 releases
0.2.2 | Oct 13, 2021 |
---|---|
0.2.1 | Jan 23, 2021 |
0.2.0 | Aug 31, 2020 |
0.1.0 | Dec 22, 2019 |
#160 in Internationalization (i18n)
800 downloads per month
Used in 4 crates
26KB
457 lines
isolanguage-1
This crate implements the ISO 639-1 standard in Rust.
It also has optional Serde support, by using the serde
feature:
isolanguage-1 = { version = "0.2.2", features = ["serde"] }
The main type is the LanguageCode
type, which is an enum for every single language in ISO
639-1. It optionally implements Serialize and Deserialize too.
License: MIT OR Apache-2.0
lib.rs
:
This crate implements the ISO 639-1 standard in Rust.
It also has optional Serde support, by using the serde
feature:
isolanguage-1 = { version = "0.2.2", features = ["serde"] }
The main type is the LanguageCode
type, which is an enum for every single language in ISO
639-1. It optionally implements Serialize and Deserialize too.
Dependencies
~175KB