locale-strict 0.1.0

Idiomatic, strictly validated, types for locale identifiers.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented1 out of 2 items with examples
  • Size
  • Source code size: 19.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 29s Average build duration of successful builds.
  • all releases: 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • johnstonskj/locale-strict
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • johnstonskj

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.