Expand description

A Rust implementation of ECMA 402 PluralRules API.

The pluralrules mod contains all the needed implementation bits for Intl.PluralRules.

Modules§

Structs§

  • The options set by the user at construction time. See discussion at the top level about the name choice. Provides as a “bag of options” since we don’t expect any implementations to be attached to this struct.

Traits§

  • Returns the plural class of each of the supplied number.