Skip to content

Kestrer/isolanguage-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 3, 2021
65a690a · Nov 3, 2021

History

12 Commits
Oct 13, 2021
Dec 22, 2019
Nov 3, 2021
Oct 13, 2021

Repository files navigation

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

About

ISO 639-1 library with optional Serde support

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages