Get all of the categories needed in the current locale
See the Rust documentation for categories for more information.
StaticcreateConstruct an PluralRules for the given locale, for cardinal numbers, using compiled data.
See the Rust documentation for try_new_cardinal for more information.
StaticcreateConstruct an PluralRules for the given locale, for cardinal numbers, using a particular data source.
See the Rust documentation for try_new_cardinal for more information.
StaticcreateConstruct an PluralRules for the given locale, for ordinal numbers, using compiled data.
See the Rust documentation for try_new_ordinal for more information.
StaticcreateConstruct an PluralRules for the given locale, for ordinal numbers, using a particular data source.
See the Rust documentation for try_new_ordinal for more information.
Get the category for a given number represented as operands
See the Rust documentation for category_for for more information.
See the Rust documentation for
PluralRulesfor more information.