cldr_pluralrules_parser 2.0.0

A parser for CLDR plural rules.
Documentation

CLDR PluralRules Parser

cldr_pluralrules_parser is a parser library for CLDR PluralRules.

crates.io Build Status Coverage Status

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.

Status

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.

Local Development

cargo build
cargo test

When submitting a PR please use cargo fmt.