isolanguage-1

Crates.ioisolanguage-1
lib.rsisolanguage-1
version0.2.2
sourcesrc
created_at2019-12-22 15:10:28.75872
updated_at2021-10-13 17:04:53.036225
descriptionISO 639-1 library with optional Serde support
homepage
repositoryhttps://github.com/Kestrer/isolanguage-1
max_upload_size
id191486
size25,225
(Kestrer)

documentation

README

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

Commit count: 12

cargo fmt