Crates.io | cldr_pluralrules_parser |
lib.rs | cldr_pluralrules_parser |
version | 2.0.0 |
source | src |
created_at | 2018-07-09 18:08:29.191296 |
updated_at | 2019-11-13 19:37:27.733143 |
description | A parser for CLDR plural rules. |
homepage | |
repository | https://github.com/unclenachoduh/pluralrules |
max_upload_size | |
id | 73523 |
size | 30,899 |
cldr_pluralrules_parser
is a parser library for CLDR PluralRules.
The library closely follows LDML Language Plural Rules Syntax and is intended to be used at build time or runtime to construct operations necessary for calculating corret plural rules categories.
The parser is functionally complete and follows the current version of the syntax.
It is lenient and open to contributions in the area of conformance, testing, and rejecting invalid input.
cargo build
cargo test
When submitting a PR please use cargo fmt
.