[][src]Module ecma402_traits::pluralrules

A Rust implementation of ECMA 402 PluralRules API.

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

Modules

options

Contains the API configuration as prescribed by ECMA 402.

Structs

Options

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

PluralRules

Returns the plural class of each of the supplied number.