# Crate locale-strict
[](https://travis-ci.org/johnstonskj/locale-strict)
[](https://crates.io/crates/locale-strict)
[](https://docs.rs/locale-strict)


[](https://github.com/johnstonskj/locale-strict/stargazers)
This crate provides a _strict_ version of the `LocaleString` structure provided
by the [locale-types](https://github.com/johnstonskj/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](https://github.com/johnstonskj/locale-codes) crate to ensure they
are valid identifiers according to the corresponding standards.
## History
* **0.1.0** - Initial release.