pure-rust-locales 0.2.1

Pure Rust locales imported directly from the GNU C Library. `LC_COLLATE` and `LC_CTYPE` are not yet supported.
Documentation
[build-dependencies.itertools]
version = "0.8"

[build-dependencies.nom]
version = "5.0"

[package]
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
build = "build.rs"
description = "Pure Rust locales imported directly from the GNU C Library. `LC_COLLATE` and `LC_CTYPE` are not yet supported."
documentation = "https://docs.rs/pure-rust-locales"
edition = "2018"
homepage = "https://github.com/cecton/pure-rust-locales"
keywords = ["locale", "libc", "i18n", "internationalisation", "no_std"]
license = "MIT"
name = "pure-rust-locales"
readme = "README.md"
repository = "https://github.com/cecton/pure-rust-locales"
version = "0.2.1"