Crates.io | locale-strict |
lib.rs | locale-strict |
version | 0.1.0 |
source | src |
created_at | 2019-08-27 17:17:37.635861 |
updated_at | 2019-08-27 17:17:37.635861 |
description | Idiomatic, strictly validated, types for locale identifiers. |
homepage | |
repository | https://github.com/johnstonskj/locale-strict.git |
max_upload_size | |
id | 160154 |
size | 15,751 |
This crate provides a strict version of the LocaleString
structure provided
by the locale-types crate. For
each of the fields language code, territory, and code set the values
passed to the constructors will be validated using the
locale-codes crate to ensure they
are valid identifiers according to the corresponding standards.