unic-locale-impl 0.9.4

API for managing Unicode Locale Identifiers
Documentation
[[bench]]
harness = false
name = "parser"

[[bench]]
harness = false
name = "canonicalize"
[dependencies.tinystr]
version = "0.7.0"

[dependencies.unic-langid-impl]
version = "0.9.4"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = []
likelysubtags = ["unic-langid-impl/likelysubtags"]

[package]
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
categories = ["internationalization"]
description = "API for managing Unicode Locale Identifiers"
edition = "2021"
include = ["src/**/*", "benches/*.rs", "tests/*.rs", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
license = "MIT OR Apache-2.0"
name = "unic-locale-impl"
readme = "README.md"
repository = "https://github.com/zbraniecki/unic-locale"
version = "0.9.4"