20 releases (stable)

7.0.2 Oct 19, 2022
7.0.1 Jan 5, 2021
7.0.0 May 6, 2020
6.0.0 Jan 28, 2020
0.8.2 Jul 31, 2018

#306 in Internationalization (i18n)

Download history 23768/week @ 2023-12-13 22069/week @ 2023-12-20 19885/week @ 2023-12-27 23187/week @ 2024-01-03 26879/week @ 2024-01-10 27744/week @ 2024-01-17 25574/week @ 2024-01-24 31549/week @ 2024-01-31 32592/week @ 2024-02-07 34320/week @ 2024-02-14 32262/week @ 2024-02-21 29741/week @ 2024-02-28 33513/week @ 2024-03-06 32005/week @ 2024-03-13 35373/week @ 2024-03-20 29325/week @ 2024-03-27

135,478 downloads per month
Used in 182 crates (5 directly)

Apache-2.0/MIT

110KB
3.5K SLoC

INTL Plural Rules

intl_pluralrules categorizes numbers by plural operands. See Unicode Plural Rules

crates.io Build Status Coverage Status

This library is intended to be used to find the plural category of numeric input.

Status

Currently produces operands compliant with CLDR 36 into Rust 1.31 and above.

Updating CLDR Data

If you would like to update rules.rs with plural rules that are not the specified version above (e.g. future versions of CLDR or external CLDR-compliant rules), you can regenerate the logic in rules.rs with the command:

cargo regenerate-data

You will need to replace the JSON files under /cldr_data/ with your new CLDR JSON files.

Local Development

cargo build
cargo test

When submitting a PR please use cargo fmt.

Contributors

Thank you to all contributors!

Dependencies

~1–1.4MB
~32K SLoC