locale-strict

Crates.iolocale-strict
lib.rslocale-strict
version0.1.0
sourcesrc
created_at2019-08-27 17:17:37.635861
updated_at2019-08-27 17:17:37.635861
descriptionIdiomatic, strictly validated, types for locale identifiers.
homepage
repositoryhttps://github.com/johnstonskj/locale-strict.git
max_upload_size
id160154
size15,751
Simon Johnston (johnstonskj)

documentation

https://docs.rs/crate/locale-strict

README

Crate locale-strict

travis.ci crates.io docs.rs Minimum Rust Version mit License GitHub stars

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.

History

  • 0.1.0 - Initial release.
Commit count: 4

cargo fmt