Crates.io | isolanguage-1 |
lib.rs | isolanguage-1 |
version | 0.2.2 |
source | src |
created_at | 2019-12-22 15:10:28.75872 |
updated_at | 2021-10-13 17:04:53.036225 |
description | ISO 639-1 library with optional Serde support |
homepage | |
repository | https://github.com/Kestrer/isolanguage-1 |
max_upload_size | |
id | 191486 |
size | 25,225 |
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