Expand description
§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§
- UPlural
Rules - The “plural rules” formatter struct. Create a new instance with UPluralRules::try_new, or UPluralRules::try_new_styled.