langtag 0.3.4

Language tags implementation following RFC 5646
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[package]
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
categories = ["parsing", "data-structures"]
description = "Language tags implementation following RFC 5646"
documentation = "https://docs.rs/langtag"
edition = "2018"
keywords = ["language", "tag", "langtag", "rfc"]
license = "MIT/Apache-2.0"
name = "langtag"
readme = "README.md"
repository = "https://github.com/timothee-haudebourg/langtag"
version = "0.3.4"