cldr_pluralrules_parser

Crates.iocldr_pluralrules_parser
lib.rscldr_pluralrules_parser
version2.0.0
sourcesrc
created_at2018-07-09 18:08:29.191296
updated_at2019-11-13 19:37:27.733143
descriptionA parser for CLDR plural rules.
homepage
repositoryhttps://github.com/unclenachoduh/pluralrules
max_upload_size
id73523
size30,899
Manish Goregaokar (Manishearth)

documentation

README

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.

Commit count: 205

cargo fmt