oxilangtag 0.1.5

Simple and fast implementation of language tag normalization and validation
Documentation
[[bench]]
harness = false
name = "lib"
[dependencies.serde]
default_features = false
optional = true
version = "1.0.100"
[dev-dependencies.criterion]
version = ">=0.4,<0.6"

[dev-dependencies.serde_test]
version = "1"

[features]
alloc = ["serde?/alloc"]
default = ["std"]
serialize = ["serde"]
std = ["serde?/std"]

[package]
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
description = "Simple and fast implementation of language tag normalization and validation\n"
documentation = "https://docs.rs/oxilangtag"
edition = "2021"
keywords = ["language-tag", "BCP47"]
license = "MIT"
name = "oxilangtag"
readme = "README.md"
repository = "https://github.com/oxigraph/oxilangtag"
rust-version = "1.63"
version = "0.1.5"
[package.metadata.docs.rs]
all-features = true