[][src]Crate ecma402_traits

Modules

collator

A Rust implementation of the ECMA402 Collator API.

listformat

A Rust implementation of ECMA 402 ListFormat API.

numberformat

A Rust implementation of ECMA 402 NumberFormat API.

pluralrules

A Rust implementation of ECMA 402 PluralRules API.

Traits

Locale

This trait contains the common features of the Locale object that must be shared among all the implementations. Every implementor of listformat should provide their own version of Locale, and should ensure that it implements Locale. as specified here.