[][src]Crate rust_icu_upluralrules

ICU plural rules support for Rust

This crate provides locale-sensitive plural rules, based on the list formatting as implemente by the ICU library. Specifically, the functionality exposed through its C API, as available in the header upluralrules.h.

Are you missing some features from this crate? Consider reporting an issue or even contributing the functionality.

Structs

UPluralRules

The "plural rules" formatter struct. Create a new instance with UPluralRules::try_new, or UPluralRules::try_new_styled.